Partilhar via


CodecCollection<T>.GetEnumerator Method

Returns an enumerator for foreach operations.

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<T>
Enumerator for foreach operations.

See Also

Reference

CodecCollection<T> Class

CodecCollection<T> Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace