Quantcast
Channel: ClearScript
Viewing all articles
Browse latest Browse all 2297

Commented Issue: Properties of Nullable type [30]

$
0
0
Dear Sir or Madam,
I seems to having problems setting properties of type Nullable<> from within JScript.

Sample script:
```
function foo(obj, propValue)
{
// obj.Prop is declared as of type Nullable<double>
// neither double nor Nullable<double> works for propValue parameter
obj.Prop = propValue;
}

```
Please help,
Yours faithfully

MW
Comments: Fixed in [Version 5.3.10](https://clearscript.codeplex.com/SourceControl/changeset/133980c335b05a07025111150f9cc2f8bc25a7fd).

Viewing all articles
Browse latest Browse all 2297

Latest Images

Trending Articles





Latest Images