Click or drag to resize
DigitalRuneServiceContainerIEnumerableGetEnumerator Method
Returns an enumerator that iterates through all registered services.

Namespace: DigitalRune.ServiceLocation
Assembly: DigitalRune.ServiceLocation (in DigitalRune.ServiceLocation.dll) Version: 1.3.0.0 (1.3.0.13596)
Syntax
IEnumerator IEnumerable.GetEnumerator()

Return Value

Type: IEnumerator
An IEnumerator object that can be used to iterate through all available services in the ServiceContainer.

Implements

IEnumerableGetEnumerator
See Also