forwardEnumTypeInfo Class   Table of ContentEnumTypeInfo Propertiesforward
EnumTypeInfo Constructor
Constructor.

Namespace:  OnixS.SimpleBinaryEncoding.Templates
Assembly:  OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntax
C#
public EnumTypeInfo(
	string name,
	string encodingType,
	bool isSet
)

Parameters

name
Type: System.String
Type name.
encodingType
Type: System.String
Underlying encoding type.
isSet
Type: System.Boolean
True if type is set, false if type is enum.
See Also