EnumValue.T. Constructor
Initializes a new instance of the EnumValue.T. class.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public EnumValue(
string name,
T value,
int valueSize
)
Parameters
name |
Type: System.String |
value |
Type: T |
valueSize |
Type: System.Int32 |