Share via


ExpectedProcessCollection.GetEnumerator Method

Returns an enumerator for the collection.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of ExpectedProcessCollectionEntry)
public IEnumerator<ExpectedProcessCollectionEntry> GetEnumerator()
public:
virtual IEnumerator<ExpectedProcessCollectionEntry^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<ExpectedProcessCollectionEntry> 
override GetEnumerator : unit -> IEnumerator<ExpectedProcessCollectionEntry> 
public final function GetEnumerator() : IEnumerator<ExpectedProcessCollectionEntry>

Return Value

Type: System.Collections.Generic.IEnumerator<ExpectedProcessCollectionEntry>

Implements

IEnumerable<T>.GetEnumerator()

.NET Framework Security

See Also

Reference

ExpectedProcessCollection Class

Microsoft.VisualStudio.IntelliTrace Namespace