IClassFactoryResolveT Method |
Returns an object that implements the interface passed across.
Namespace: InterfaceFactoryAssembly: InterfaceFactory (in InterfaceFactory.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax T Resolve<T>()
where T : class
Function Resolve(Of T As Class) As T
generic<typename T>
where T : ref class
T Resolve()
abstract Resolve : unit -> 'T when 'T : not struct
Type Parameters
- T
- The interface that the returned object will implement.
Return Value
Type:
TAn object that implements T.
See Also