NavigationReceiverChannelCollection Constructor (IEnumerableNavigationReceiverChannel) |
Namespace:
AGI.Foundation.Navigation.Advanced
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic NavigationReceiverChannelCollection(
IEnumerable<NavigationReceiverChannel> channels
)
Public Sub New (
channels As IEnumerable(Of NavigationReceiverChannel)
)
public:
NavigationReceiverChannelCollection(
IEnumerable<NavigationReceiverChannel^>^ channels
)
new :
channels : IEnumerable<NavigationReceiverChannel> -> NavigationReceiverChannelCollectionParameters
- channels
- Type: System.Collections.GenericIEnumerableNavigationReceiverChannel
A list of NavigationReceiverChannels.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown if channels is . |
See Also