Click or drag to resize
ReadonlyChannelCollection Constructor
Creates a new ReadonlyChannelCollection-Object

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public ReadonlyChannelCollection(
	ICollection<Channel> channels
)

Parameters

channels
Type: System.Collections.GenericICollectionChannel
the channels in the new collection
See Also