| ServiceContainerIEnumerableGetEnumerator Method |
Returns an enumerator that iterates through all registered services.
Namespace: DigitalRune.ServiceLocationAssembly: DigitalRune.ServiceLocation (in DigitalRune.ServiceLocation.dll) Version: 1.3.0.0 (1.3.0.13596)
Syntax IEnumerator IEnumerable.GetEnumerator()
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator
private override GetEnumerator : unit -> IEnumerator
Return Value
Type:
IEnumerator
An
IEnumerator object that can be used to iterate through all available
services in the
ServiceContainer.
Implements
IEnumerableGetEnumeratorSee Also