override string [] | ChildNodeNames[Get] |
override WitResponseNode | this[string aKey][Get] |
override WitResponseNode | this[int aIndex][Get] |
override int | Count[Get] |
override IEnumerable< WitResponseNode > | Childs[Get] |
bool | HasChild ( string child ) |
override void | |
override WitResponseNode | Remove ( string aKey ) |
override WitResponseNode | Remove ( int aIndex ) |
override WitResponseNode | Remove ( WitResponseNode aNode ) |
IEnumerator | GetEnumerator ( ) |
T | |
override string | ToString ( ) |
string | ToString ( bool ignoreEmptyFields ) Converts this object into a JSON string. |
override string | ToString ( string aPrefix ) |
override void | Serialize ( System.IO.BinaryWriter aWriter ) |
| override string [] Meta.WitAi.Json.WitResponseClass.ChildNodeNames |
|---|
No description available.
|
| override WitResponseNode Meta.WitAi.Json.WitResponseClass.this[string aKey] |
|---|
No description available.
|
| override WitResponseNode Meta.WitAi.Json.WitResponseClass.this[int aIndex] |
|---|
No description available.
|
| override int Meta.WitAi.Json.WitResponseClass.Count |
|---|
No description available.
|
| override IEnumerable<WitResponseNode> Meta.WitAi.Json.WitResponseClass.Childs |
|---|
No description available.
|
| bool Meta.WitAi.Json.WitResponseClass.HasChild ( string child ) |
|---|
No description available.
|
| override void Meta.WitAi.Json.WitResponseClass.Add ( string aKey, WitResponseNode aItem ) |
|---|
No description available.
|
| override WitResponseNode Meta.WitAi.Json.WitResponseClass.Remove ( string aKey ) |
|---|
No description available.
|
| override WitResponseNode Meta.WitAi.Json.WitResponseClass.Remove ( int aIndex ) |
|---|
No description available.
|
| override WitResponseNode Meta.WitAi.Json.WitResponseClass.Remove ( WitResponseNode aNode ) |
|---|
No description available.
|
| IEnumerator Meta.WitAi.Json.WitResponseClass.GetEnumerator ( ) |
|---|
No description available.
|
| T Meta.WitAi.Json.WitResponseClass.GetChild< T > ( string aKey, T defaultValue ) |
|---|
No description available.
|
| override string Meta.WitAi.Json.WitResponseClass.ToString ( ) |
|---|
No description available.
|
| string Meta.WitAi.Json.WitResponseClass.ToString ( bool ignoreEmptyFields ) |
|---|
Converts this object into a JSON string. Parameters ignoreEmptyFields when true, will skip KeyValue pairs which have empty values Returns a JSON string representing this object |
| override string Meta.WitAi.Json.WitResponseClass.ToString ( string aPrefix ) |
|---|
No description available.
|
| override void Meta.WitAi.Json.WitResponseClass.Serialize ( System.IO.BinaryWriter aWriter ) |
|---|
No description available.
|