forwardFieldSetFieldInfo Class   Table of ContentFieldSetFieldInfo Propertiesforward
FieldSetFieldInfo 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 FieldSetFieldInfo(
	string name,
	ushort id
)

Parameters

name
Type: System.String
FieldSet name.
id
Type: System.UInt16
FieldSet id.
See Also