DataType Constructor
Initializes a new instance of the DataType class (copy Constructor)
Namespace: TwinCAT.Ads.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
protected DataType(
DataType copy
)
VB
Protected Sub New (
copy As DataType
)