ElementsProvider Delegate

Get number of elements in array. Note: can only be used with struct fields that are arrays.

Definition

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

Parameters

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

Return Value

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

See Also