IProviderT Interface

Provides a mechanism for retrieving an instance of a type.

Definition

Namespace: Jodosoft.Primitives
Assembly: Jodosoft.Primitives (in Jodosoft.Primitives.dll) Version: 2.0
public interface IProvider<out T>

Type Parameters

T
The type for which to provide an instance.

Methods

GetInstance Returns an instance of T.

See Also