InjectableCollectionGetImplementationT Method |
Gets the implementation of the given interface
Namespace:
Couchbase.Lite.DI
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntaxpublic static T GetImplementation<T>()
where T : IInjectable
Type Parameters
- T
- The interface to retrieve the implementation for
Return Value
Type:
TThe concrete implementation of the interface
See Also