ValueGetter<TValue> Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate type to get a value. This can be used for efficient access to data in a DataViewRow or DataViewRowCursor.
public delegate void ValueGetter<TValue>(ref TValue value);
type ValueGetter<'Value> = delegate of 'Value -> unit
Public Delegate Sub ValueGetter(Of TValue)(ByRef value As TValue)
Type Parameters
- TValue
Parameters
- value
- TValue