String VectorString Vector EnumeratorIEnumeratorCurrent Property
Gets the element in the collection at the current position of the enumerator.
Definition
Namespace: (Default Namespace)
Assembly: DWSIM.Thermodynamics.CoolPropInterface (in DWSIM.Thermodynamics.CoolPropInterface.dll) Version: 10.0.0.0
The element in the collection at the current position of the enumerator.
Assembly: DWSIM.Thermodynamics.CoolPropInterface (in DWSIM.Thermodynamics.CoolPropInterface.dll) Version: 10.0.0.0
C#
Object IEnumerator.Current { get; }VB
Private ReadOnly Property Current As Object
Implements IEnumerator.Current
GetReturn Value
ObjectThe element in the collection at the current position of the enumerator.