Click or drag to resize
DigitalRuneServiceContainerOnCreateChildContainer Method
Called when a new child container needs to be created.

Namespace: DigitalRune.ServiceLocation
Assembly: DigitalRune.ServiceLocation (in DigitalRune.ServiceLocation.dll) Version: 1.3.0.0 (1.3.0.13596)
Syntax
protected virtual ServiceContainer OnCreateChildContainer()

Return Value

Type: ServiceContainer
The child container.
Remarks
Notes to Inheritors: Derived classes can override this method to create a new child container of a certain type. The base implementation creates a child container of type ServiceContainer.
See Also