String VectorIEnumerableGet Enumerator Method
Returns an enumerator that iterates through a collection.
Definition
Namespace: (Default Namespace)
Assembly: DWSIM.Thermodynamics.CoolPropInterface (in DWSIM.Thermodynamics.CoolPropInterface.dll) Version: 10.0.0.0
An IEnumerator object that can be used to iterate through the collection.
Assembly: DWSIM.Thermodynamics.CoolPropInterface (in DWSIM.Thermodynamics.CoolPropInterface.dll) Version: 10.0.0.0
C#
IEnumerator IEnumerable.GetEnumerator()VB
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumeratorReturn Value
IEnumeratorAn IEnumerator object that can be used to iterate through the collection.