Compiler Error
Created at 13 Jan 2014, 17:16
Compiler Error
13 Jan 2014, 17:16
when I Add Parameter as long type
example:
[Parameter("Volume", DefaultValue = 10000)] public long Volume { get; set; }
the compiler tell me this error without where is the line of that error.
waddahattar
13 Jan 2014, 18:00
the compiler accept ulong type insted .
@waddahattar