 | ReadonlyChannelCollection Constructor |
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic ReadonlyChannelCollection(
ICollection<Channel> channels
)
Public Sub New (
channels As ICollection(Of Channel)
)
public:
ReadonlyChannelCollection(
ICollection<Channel^>^ channels
)
new :
channels : ICollection<Channel> -> ReadonlyChannelCollection
Parameters
- channels
- Type: System.Collections.GenericICollectionChannel
the channels in the new collection
See Also