DataTypeCollection.T..Insert Method

Inserts an IDataType into the DataTypeCollection.

Namespace:  TwinCAT.TypeSystem.Generic
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public void Insert(
    int index,
    T item
)

Parameters

index

Type: System.Int32
The index.

item

Type: T
The item.

Implements

IList.T..Insert(Int32, T)

Reference

DataTypeCollection.T. Class

TwinCAT.TypeSystem.Generic Namespace