ConvertSelector Delegate

Converts a selector of any type to a usable integer selector.

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public delegate int? ConvertSelector(
	Object o
)

Parameters

o  Object
Object (not completely initialized for read).

Return Value

NullableInt32
Real selector (null indicates that it is to be ignored).

See Also