ComposablePartCatalog.IEnumerable.GetEnumerator Method

Definition

Returns an enumerator that iterates through the catalog.

System.Collections.IEnumerator IEnumerable.GetEnumerator ();

Returns

An enumerator that can be used to iterate through the catalog.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the ComposablePartCatalog instance is cast to an IEnumerable interface.

Applies to