Click or drag to resize
FieldInfoSet Constructor
Creates s FieldInfoSet

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
public FieldInfoSet(
	List<FieldInfo> fields
)

Parameters

fields
Type: System.Collections.GenericListFieldInfo
A list of fields that makes up the FiledInfoList
See Also