String VectorIEnumerableStringGet Enumerator 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
An enumerator 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<string> IEnumerable<string>.GetEnumerator()VB
Private Function GetEnumerator As IEnumerator(Of String)
Implements IEnumerable(Of String).GetEnumeratorReturn Value
IEnumeratorStringAn enumerator that can be used to iterate through the collection.