Click or drag to resize
ReadonlyChannelCollection Class
An immutable collection containing Channel
Inheritance Hierarchy
SystemObject
  TeamSpeak.Sdk.ClientReadonlyChannelCollection

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

The ReadonlyChannelCollection type exposes the following members.

Constructors
  NameDescription
Public methodReadonlyChannelCollection
Creates a new ReadonlyChannelCollection-Object
Top
Properties
  NameDescription
Public propertyCount
Gets the number of elements actually contained in the ReadonlyChannelCollection
Public propertyIsReadOnly
Gets a value indicating whether the ReadonlyChannelCollection is read-only.
Public propertyItem
Returns a Channel with the same name
Top
Methods
  NameDescription
Public methodContains
Determines whether an Channel is in the ReadonlyChannelCollection
Public methodCopyTo
Copies the entire ReadonlyChannelCollection to a compatible one-dimensional array, starting at the beginning of the target array.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the ReadonlyChannelCollection
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also