IRelatedEnd.GetEnumerator Method

Definition

Returns an IEnumerator that iterates through the collection of related objects.

public:
 System::Collections::IEnumerator ^ GetEnumerator();
public System.Collections.IEnumerator GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.IEnumerator
Public Function GetEnumerator () As IEnumerator

Returns

An IEnumerator that iterates through the collection of related objects.

Applies to