GetEnumerator Method

Returns enumerator for each operation.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of T)
'Usage
Dim instance As CodecCollection
Dim returnValue As IEnumerator(Of T)

returnValue = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()

Return Value

Type: System.Collections.Generic..::..IEnumerator<(Of <(<'T>)>)>

See Also

Reference

CodecCollection<(Of <(<'T>)>)> Class

CodecCollection<(Of <(<'T>)>)> Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace