Click or drag to resize
IResolverT Interface

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public interface IResolver<in T>

Type Parameters

T
The type of the value resolved.

The IResolverT type exposes the following members.

Methods
  NameDescription
Public methodResolve
Resolves the value.
Top
See Also