forwardFieldInfo Class   Table of ContentFieldInfo Propertiesforward
FieldInfo 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 FieldInfo(
	string name,
	ushort id
)

Parameters

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