Table of Contents

Class OutputChannelConfigurationCollection

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

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 OutputChannelConfiguration

The configuration object from which to extract the key.

Returns

OutputChannel

The key for the specified configuration object.