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
itemT- Copies one value-type parameter object into a builder's value array without boxing it.
valuesobject[]- Copies one value-type parameter object into a builder's value array without boxing it.
needTargetbool- 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