NavigationReceiverChannelCollection Constructor (IEnumerableNavigationReceiverChannel) | 
  
    Namespace: 
   AGI.Foundation.Navigation.Advanced
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.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
See Also