Click or drag to resize

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)
Syntax
public IEnumerator<KeyValuePair<int, Element1DStatesCollection>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairInt32, Element1DStatesCollection
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also