ExpectedProcessCollection.GetEnumerator Method

Returns an enumerator for the collection.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.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: IEnumerator<ExpectedProcessCollectionEntry>

Implements

IEnumerable.GetEnumerator

.NET Framework Security

See Also

Reference

ExpectedProcessCollection Class

Microsoft.VisualStudio.IntelliTrace Namespace