StringVectorIEnumerableStringGetEnumerator Method

Returns an enumerator that iterates through the collection.

Definition

Namespace: (Default Namespace)
Assembly: DWSIM.Thermodynamics.CoolPropInterface (in DWSIM.Thermodynamics.CoolPropInterface.dll) Version: 10.0.0.0
IEnumerator<string> IEnumerable<string>.GetEnumerator()

Return Value

IEnumeratorString
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator

See Also