Click or drag to resize

PosProperty Constructor

Initializes a new instance of the PosProperty class.

Namespace: EdiFabric.Core.Model.Edi
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public PosProperty(
	int pos,
	PropertyInfo property
)

Parameters

pos  Int32
The property position.
property  PropertyInfo
The property info.
See Also