Click or drag to resize

InjectableCollection Class

The central location for registering implementations for dependency injected classes. Adding to this will allow support for platforms that are not officially supported.
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.DIInjectableCollection

Namespace:  Couchbase.Lite.DI
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public static class InjectableCollection

The InjectableCollection type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberNeededTypes
A list of the types that lack default implementations and need to be registered on any new platforms. Others not here may have default implementations
Top
Methods
See Also