String Vector Class
Definition
Namespace: (Default Namespace)
Assembly: DWSIM.Thermodynamics.CoolPropInterface (in DWSIM.Thermodynamics.CoolPropInterface.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics.CoolPropInterface (in DWSIM.Thermodynamics.CoolPropInterface.dll) Version: 10.0.0.0
C#
public class StringVector : IDisposable,
IEnumerable, IList<string>, ICollection<string>,
IEnumerable<string>VB
Public Class StringVector
Implements IDisposable, IEnumerable, IList(Of String),
ICollection(Of String), IEnumerable(Of String)- Inheritance
- Object StringVector
- Implements
- ICollectionString, IEnumerableString, IListString, IEnumerable, IDisposable
Constructors
| StringVector | |
| StringVector(IEnumerable) | |
| StringVector(IEnumerableString) | |
| StringVector(Int32) | |
| StringVector(StringVector) |
Properties
Methods
Fields
Extension Methods
| DifferentCombinationsString | (Defined by Common) |
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |
Explicit Interface Implementations
| IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. |
| IEnumerableStringGetEnumerator | Returns an enumerator that iterates through the collection. |