Click or drag to resize
IClassFactoryResolveT Method
Returns an object that implements the interface passed across.

Namespace: InterfaceFactory
Assembly: InterfaceFactory (in InterfaceFactory.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
T Resolve<T>()
where T : class

Type Parameters

T
The interface that the returned object will implement.

Return Value

Type: T
An object that implements T.
See Also