TcAdsSymbolInfoCollection.CopyTo Method
Copies the elements of the collection to an Array, starting at a particular Array index.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public virtual void CopyTo(
Array array,
int index
)
VB
Public Overridable Sub CopyTo (
array As Array,
index As Integer
)
Parameters
array |
Type: System.Array |
index |
Type: System.Int32 |