StringVector Class

Definition

Namespace: (Default Namespace)
Assembly: DWSIM.Thermodynamics.CoolPropInterface (in DWSIM.Thermodynamics.CoolPropInterface.dll) Version: 10.0.0.0
public class StringVector : IDisposable, 
	IEnumerable, IList<string>, ICollection<string>, 
	IEnumerable<string>
Inheritance
Object    StringVector
Implements
ICollectionString, IEnumerableString, IListString, IEnumerable, IDisposable

Constructors

Properties

Methods

Fields

Extension Methods

Explicit Interface Implementations

IEnumerableGetEnumeratorReturns an enumerator that iterates through a collection.
IEnumerableStringGetEnumeratorReturns an enumerator that iterates through the collection.

See Also