Definition at line 115 of file SimpleJSON.cs.
◆ KeyEnumerator() [1/3]
Definition at line 118 of file SimpleJSON.cs.
118: this(new Enumerator(aArrayEnum)) { }
◆ KeyEnumerator() [2/3]
SimpleJSON.JSONNode.KeyEnumerator.KeyEnumerator |
( |
Dictionary< string, JSONNode >.Enumerator | aDictEnum | ) |
|
Definition at line 119 of file SimpleJSON.cs.
119: this(new Enumerator(aDictEnum)) { }
◆ KeyEnumerator() [3/3]
SimpleJSON.JSONNode.KeyEnumerator.KeyEnumerator |
( |
Enumerator | aEnumerator | ) |
|
Definition at line 120 of file SimpleJSON.cs.
120{ m_Enumerator = aEnumerator; }
◆ GetEnumerator()
KeyEnumerator SimpleJSON.JSONNode.KeyEnumerator.GetEnumerator |
( |
| ) |
|
◆ MoveNext()
bool SimpleJSON.JSONNode.KeyEnumerator.MoveNext |
( |
| ) |
|
◆ Current
string SimpleJSON.JSONNode.KeyEnumerator.Current |
|
get |
Definition at line 121 of file SimpleJSON.cs.
121{
get {
return m_Enumerator.
Current.Key; } }
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