Click or drag to resize

Element1DStatesCollectionGetEnumerator 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<Element1DState> GetEnumerator()

Return Value

Type: IEnumeratorElement1DState
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also