Chain.GetEnumerator<TEvent> Method
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)
Syntax
'Declaration
Protected Overridable Function GetEnumerator(Of TEvent As IntelliTraceEvent) As IEnumerator(Of TEvent)
protected virtual IEnumerator<TEvent> GetEnumerator<TEvent>()
where TEvent : IntelliTraceEvent
protected:
generic<typename TEvent>
where TEvent : IntelliTraceEvent
virtual IEnumerator<TEvent>^ GetEnumerator()
abstract GetEnumerator : unit -> IEnumerator<'TEvent> when 'TEvent : IntelliTraceEvent
override GetEnumerator : unit -> IEnumerator<'TEvent> when 'TEvent : IntelliTraceEvent
JScript does not support generic types or methods.
Type Parameters
- TEvent
Return Value
Type: System.Collections.Generic.IEnumerator<TEvent>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.