Class DataChannelCollection
A collection of data channels.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class DataChannelCollection : Collection<DataChannel, DataChannelCollection>
Methods
ArrayFromList(List<DataChannel>)
Creates an array from a list.
Declaration
protected override DataChannel[] ArrayFromList(List<DataChannel> list)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<DataChannel> | list | The list. |
Returns
| Type | Description |
|---|---|
| DataChannel[] |
Overrides
FM.LiveSwitch.Collection<FM.LiveSwitch.DataChannel, FM.LiveSwitch.DataChannelCollection>.ArrayFromList(System.Collections.Generic.List<FM.LiveSwitch.DataChannel>)
CreateCollection()
Creates a collection.
Declaration
protected override DataChannelCollection CreateCollection()
Returns
| Type | Description |
|---|---|
| DataChannelCollection |
Overrides
FM.LiveSwitch.Collection<FM.LiveSwitch.DataChannel, FM.LiveSwitch.DataChannelCollection>.CreateCollection()