Click or drag to resize

PairedAttribute Constructor

Initializes a new instance of the PairedAttribute class.

Namespace: EdiFabric.Core.Annotations.Validation
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public PairedAttribute(
	params int[] positions
)

Parameters

positions  Int32
The positions of the paired data elements.
See Also