Class UseWithAccessor<T>
- Namespace
- Rinku.Querying.Parameters
- Assembly
- Rinku.dll
The value-array delegate used by UseWith for a value type.
public sealed class UseWithAccessor<T> : UseWithAccessor
Type Parameters
T
- Inheritance
-
UseWithAccessor<T>
- Inherited Members
- Extension Methods
Fields
InvokeTyped
Runs the accessor without boxing T.
public readonly UseWithAccessorDelegate<T> InvokeTyped