String VectorCopy To(Int 32, String, Int 32, Int 32) Method
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 void CopyTo(
int index,
string[] array,
int arrayIndex,
int count
)VB
Public Sub CopyTo (
index As Integer,
array As String(),
arrayIndex As Integer,
count As Integer
)