Inheritance
System.Object
JSONString
public class JSONString : JSONNode
Constructors
Declaration
public JSONString(string aData)
Parameters
Type |
Name |
Description |
System.String |
aData |
|
Properties
Declaration
public override bool IsString { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
public override JSONNodeType Tag { get; }
Property Value
Overrides
Declaration
public override string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
Declaration
public override JSONNode.Enumerator GetEnumerator()
Returns
Overrides
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides