Class OutputChannelConfigurationCollection
Represents a collection of output channel configuration objects.
public class OutputChannelConfigurationCollection : KeyedCollection<OutputChannel, OutputChannelConfiguration>, IList<OutputChannelConfiguration>, ICollection<OutputChannelConfiguration>, IList, ICollection, IReadOnlyList<OutputChannelConfiguration>, IReadOnlyCollection<OutputChannelConfiguration>, IEnumerable<OutputChannelConfiguration>, IEnumerable
- Inheritance
-
OutputChannelConfigurationCollection
- Implements
- Inherited Members
Methods
GetKeyForItem(OutputChannelConfiguration)
Returns the key for the specified configuration object.
protected override OutputChannel GetKeyForItem(OutputChannelConfiguration item)
Parameters
item
OutputChannelConfigurationThe configuration object from which to extract the key.
Returns
- OutputChannel
The key for the specified configuration object.