NavigationReceiverChannelCollection Constructor (IEnumerableNavigationReceiverChannel) |
Namespace:
AGI.Foundation.Navigation.Advanced
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public NavigationReceiverChannelCollection(
IEnumerable<NavigationReceiverChannel> channels
)
Public Sub New (
channels As IEnumerable(Of NavigationReceiverChannel)
)
public:
NavigationReceiverChannelCollection(
IEnumerable<NavigationReceiverChannel^>^ channels
)
new :
channels : IEnumerable<NavigationReceiverChannel> -> NavigationReceiverChannelCollection
Parameters
- channels
- Type: System.Collections.GenericIEnumerableNavigationReceiverChannel
A list of NavigationReceiverChannels.
Exceptions See Also