ServiceContainer::DefaultServices Property
.NET Framework (current version)
Gets the default services implemented directly by ServiceContainer.
Assembly: System (in System.dll)
This property returns the default services that are implemented directly on this IServiceContainer. the default implementation of this property is to return the IServiceContainer and ServiceContainer types. You may override this property and return your own types, modifying the default behavior of GetService.
.NET Framework
Available since 2.0
Available since 2.0
Show: