Class JSONNull
Class JSONNull. Implements the JSONNode
Inherited Members
Namespace: SimpleJSON
Assembly: solution.dll
Syntax
public class JSONNull : JSONNode
Fields
Name | Description |
---|---|
reuseSameInstance | The reuse same instance |
Properties
Name | Description |
---|---|
AsBool | Gets or sets a value indicating whether [as bool]. |
IsNull | Gets a value indicating whether this instance is null. |
Tag | Gets the tag. |
Value | Gets or sets the value. |
Methods
Name | Description |
---|---|
CreateOrGet() | Creates the or get. |
Equals(object) | Determines whether the specified object is equal to this instance. |
GetEnumerator() | Gets the enumerator. |
GetHashCode() | Returns a hash code for this instance. |
SerializeBinary(BinaryWriter) | Serializes the binary. |