Definition at line 105 of file SimpleJSON.cs.
◆ ValueEnumerator() [1/3]
SimpleJSON.JSONNode.ValueEnumerator.ValueEnumerator |
( |
List< JSONNode >.Enumerator | aArrayEnum | ) |
|
Definition at line 108 of file SimpleJSON.cs.
108: this(new Enumerator(aArrayEnum)) { }
◆ ValueEnumerator() [2/3]
SimpleJSON.JSONNode.ValueEnumerator.ValueEnumerator |
( |
Dictionary< string, JSONNode >.Enumerator | aDictEnum | ) |
|
Definition at line 109 of file SimpleJSON.cs.
109: this(new Enumerator(aDictEnum)) { }
◆ ValueEnumerator() [3/3]
SimpleJSON.JSONNode.ValueEnumerator.ValueEnumerator |
( |
Enumerator | aEnumerator | ) |
|
Definition at line 110 of file SimpleJSON.cs.
110{ m_Enumerator = aEnumerator; }
◆ GetEnumerator()
◆ MoveNext()
bool SimpleJSON.JSONNode.ValueEnumerator.MoveNext |
( |
| ) |
|
◆ Current
JSONNode SimpleJSON.JSONNode.ValueEnumerator.Current |
|
get |
Definition at line 111 of file SimpleJSON.cs.
111{
get {
return m_Enumerator.
Current.Value; } }
KeyValuePair< string, JSONNode > Current
The documentation for this struct was generated from the following file:
- C:/Interhaptics/sdk_unity/Interhaptics/Runtime/Platforms/Mobile/Dependencies/UnityCoreHaptics/Plugins/iOS/Editor/SimpleJSON.cs