Table of Contents

Delegate UseWithAccessorDelegate<T>

Namespace
Rinku.Querying.Parameters
Assembly
Rinku.dll

Copies one value-type parameter object into a builder's value array without boxing it.

public delegate bool[] UseWithAccessorDelegate<T>(ref T item, object?[] values, bool needTarget)

Parameters

item T
Copies one value-type parameter object into a builder's value array without boxing it.
values object[]
Copies one value-type parameter object into a builder's value array without boxing it.
needTarget bool
Copies one value-type parameter object into a builder's value array without boxing it.

Returns

bool[]
Copies one value-type parameter object into a builder's value array without boxing it.

Type Parameters

T
Extension Methods