MaxLengthProvider Delegate
Get max length of struct.
Note: can only be used with struct fields of field types FIXSTR, FIXSTRNULTERM,
PACKEDBCD and ZONEDBCD.
Namespace: Vajhoej.RecordAssembly: Record (in Record.dll) Version: 0.0.0.0
public delegate int MaxLengthProvider()
Public Delegate Function MaxLengthProvider As Integer
Dim instance As New MaxLengthProvider(AddressOf HandlerMethod)
public delegate int MaxLengthProvider()
type MaxLengthProvider =
delegate of unit -> int
Return Value
Int32Max length (values < 0 indicates that value is to be ignored).