DictionaryElementGetEnumerator Method |
[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.DictionaryElement.GetEnumerator"]
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public virtual IEnumerator<KeyValuePair<string, Object>> GetEnumerator()
Public Overridable Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, Object))
public:
virtual IEnumerator<KeyValuePair<String^, Object^>>^ GetEnumerator()
abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<string, Object>>
override GetEnumerator : unit -> IEnumerator<KeyValuePair<string, Object>>
Return Value
Type:
IEnumeratorKeyValuePairString,
Object[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.DictionaryElement.GetEnumerator"]
Implements
IEnumerableTGetEnumeratorSee Also