forwardGroupFieldInfo Class   Table of ContentGroupFieldInfo Propertiesforward
GroupFieldInfo 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 GroupFieldInfo(
	string name,
	ushort id,
	CompositeTypeInfo type
)

Parameters

name
Type: System.String
Group field name.
id
Type: System.UInt16
Group field id.
type
Type: OnixS.SimpleBinaryEncoding.Templates.CompositeTypeInfo
Group type.
See Also