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)
)