Click or drag to resize

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
Syntax
C#
public static T GetImplementation<T>()
where T : IInjectable

Type Parameters

T
The interface to retrieve the implementation for

Return Value

Type: T
The concrete implementation of the interface
See Also