Inheritance
System.Object
JSONBool
public class JSONBool : JSONNode
Constructors
Declaration
public JSONBool(bool aData)
Parameters
Type |
Name |
Description |
System.Boolean |
aData |
|
Declaration
public JSONBool(string aData)
Parameters
Type |
Name |
Description |
System.String |
aData |
|
Properties
Declaration
public override bool AsBool { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
public override bool IsBoolean { 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