InMemoryVariableStorage.GetEnumerator Method

Returns an IEnumerator%601 that iterates over all variables in this object.

IEnumerator<KeyValuePair<string, Value>> IEnumerable<KeyValuePair<string, Value>>.GetEnumerator()

Return Type

Value}}: An iterator over the variables.

Source

Defined in Unity/Assets/YarnSpinner/Scripts/InMemoryVariableStorage.cs, line 240.