LengthProvider Delegate

Get length of field. Note: can only be used with struct fields of field types FIXSTR, FIXSTRNULTERM, PACKEDBCD and ZONEDPBCD.

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public delegate int LengthProvider(
	Object o,
	int n
)

Parameters

o  Object
Object (not completely initialized for read).
n  Int32
Field number.

Return Value

Int32
Length (values < 0 indicates that value is to be ignored).

See Also