ServiceContainer Class Members
The following tables list the members exposed by ServiceContainer.
Public Constructors
| Name | Description | |
|---|---|---|
![]() | ServiceContainer Constructor |
Public Methods
| Name | Description | |
|---|---|---|
![]() | DeRegisterService<T> | Deregisters service of type T |
![]() | GetService<T> | Gets the service instance registered by type. For a full list of available services, see the remarks on ServiceContainer |
![]() | HasService<T> | Determines whether this instance has the service of type T |
![]() | RegisterService<T> | Registers the service. |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also


