Table of Contents

Class TriggerChannelConfigurationCollection

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

Represents a collection of trigger channel configuration objects.

public class TriggerChannelConfigurationCollection : KeyedCollection<TriggerChannel, TriggerChannelConfiguration>, IList<TriggerChannelConfiguration>, ICollection<TriggerChannelConfiguration>, IList, ICollection, IReadOnlyList<TriggerChannelConfiguration>, IReadOnlyCollection<TriggerChannelConfiguration>, IEnumerable<TriggerChannelConfiguration>, IEnumerable
Inheritance
TriggerChannelConfigurationCollection
Implements
Inherited Members

Methods

GetKeyForItem(TriggerChannelConfiguration)

Returns the key for the specified configuration object.

protected override TriggerChannel GetKeyForItem(TriggerChannelConfiguration item)

Parameters

item TriggerChannelConfiguration

The configuration object from which to extract the key.

Returns

TriggerChannel

The key for the specified configuration object.