Click or drag to resize

NavigationReceiverChannelCollection Constructor (IEnumerableNavigationReceiverChannel)

Construct a new instance based on an existing collection of NavigationReceiverChannels.

Namespace:  AGI.Foundation.Navigation.Advanced
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public NavigationReceiverChannelCollection(
	IEnumerable<NavigationReceiverChannel> channels
)

Parameters

channels
Type: System.Collections.GenericIEnumerableNavigationReceiverChannel
A list of NavigationReceiverChannels.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if channels is .
See Also