Definition at line 126 of file SimpleJSON.cs.
◆ Dispose()
void SimpleJSON.JSONNode.LinqEnumerator.Dispose |
( |
| ) |
|
Definition at line 140 of file SimpleJSON.cs.
141 {
142 m_Node = null;
143 m_Enumerator = new Enumerator();
144 }
◆ GetEnumerator()
IEnumerator< KeyValuePair< string, JSONNode > > SimpleJSON.JSONNode.LinqEnumerator.GetEnumerator |
( |
| ) |
|
Definition at line 146 of file SimpleJSON.cs.
147 {
148 return new LinqEnumerator(m_Node);
149 }
◆ MoveNext()
bool SimpleJSON.JSONNode.LinqEnumerator.MoveNext |
( |
| ) |
|
◆ Reset()
void SimpleJSON.JSONNode.LinqEnumerator.Reset |
( |
| ) |
|
◆ Current
KeyValuePair<string, JSONNode> SimpleJSON.JSONNode.LinqEnumerator.Current |
|
get |
Definition at line 136 of file SimpleJSON.cs.
136{
get {
return m_Enumerator.
Current; } }
KeyValuePair< string, JSONNode > Current
The documentation for this class was generated from the following file:
- C:/Interhaptics/sdk_unity/Interhaptics/Runtime/Platforms/Mobile/Dependencies/UnityCoreHaptics/Plugins/iOS/Editor/SimpleJSON.cs