|
Element1DStateCollectionGroupGetEnumerator Method
|
Returns an enumerator that iterates through the collection.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic IEnumerator<KeyValuePair<int, Element1DStatesCollection>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of Integer, Element1DStatesCollection))
public:
virtual IEnumerator<KeyValuePair<int, Element1DStatesCollection^>>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<int, Element1DStatesCollection>>
override GetEnumerator : unit -> IEnumerator<KeyValuePair<int, Element1DStatesCollection>>
Return Value
Type:
IEnumeratorKeyValuePairInt32,
Element1DStatesCollectionAn enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also