forwardGetDecimal Method    Table of ContentGetInteger Method forward
IFieldSet.GetGroup Method
Returns repeating group.

Namespace:  OnixS.SimpleBinaryEncoding
Assembly:  OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntax
C#
IGroup GetGroup(
	int tag
)

Parameters

tag
Type: System.Int32
Field tag.

Return Value

Type: IGroup
Repeating group.
See Also