Table of Contents

Class DirectAccessor<T>

Namespace
Rinku.Querying.Parameters
Assembly
Rinku.dll

The direct command-binding delegate for a value type.

public sealed class DirectAccessor<T> : DirectAccessor

Type Parameters

T
Inheritance
DirectAccessor<T>
Inherited Members
Extension Methods

Fields

InvokeTyped

Runs the accessor without boxing T.

public readonly DirectAccessorDelegate<T> InvokeTyped

Field Value

DirectAccessorDelegate<T>