DataTypeCollection Constructor (IEnumerable.IDataType.)

Initializes a new instance of the DataTypeCollection class (Copy constructor).

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public DataTypeCollection(
    IEnumerable<IDataType> coll
)

VB

Public Sub New ( 
    coll As IEnumerable(Of IDataType)
)

Parameters

coll

Type: System.Collections.Generic.IEnumerable.IDataType.
The coll.

Reference

DataTypeCollection Class

DataTypeCollection Overload

TwinCAT.TypeSystem Namespace