Constructor JsonValueBase
JsonValueBase()
Default constructor
Declaration
protected JsonValueBase()
JsonValueBase(Object, JsonDataType)
Overloaded constructor which cass the value to JSONDataType provided
Declaration
protected JsonValueBase(object value, JsonDataType dataType)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | |
Alachisoft.NCache.Runtime.Enum.JsonDataType | dataType |