OneOrMany<T>.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get an efficient enumerator for the collection
public:
Microsoft::VisualStudio::Utilities::OneOrMany<T>::Enumerator GetEnumerator();
public Microsoft.VisualStudio.Utilities.OneOrMany<T>.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> Microsoft.VisualStudio.Utilities.OneOrMany<'T (requires 'T : null)>.Enumerator
Public Function GetEnumerator () As OneOrMany(Of T).Enumerator
Returns
The enumerator