Click or drag to resize
ReadonlyChannelCollectionGetEnumerator Method
Returns an enumerator that iterates through the ReadonlyChannelCollection

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public IEnumerator<Channel> GetEnumerator()

Return Value

Type: IEnumeratorChannel
A IEnumerableT for the ReadonlyChannelCollection

Implements

IEnumerableTGetEnumerator
See Also