Click or drag to resize

SeqCountAttribute Constructor

Initializes a new instance of the SeqCountAttribute class.

Namespace: EdiFabric.Core.Annotations.Validation
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public SeqCountAttribute(
	int pos = 0,
	int offset = 0
)

Parameters

pos  Int32  (Optional)
The position of the data element to be inspected.
offset  Int32  (Optional)
The offset to begin counting from.
See Also