DataTypeCollection.T..Insert Method
Inserts an IDataType into the DataTypeCollection.
Namespace: TwinCAT.TypeSystem.Generic
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public void Insert(
int index,
T item
)
VB
Public Sub Insert (
index As Integer,
item As T
)