Click or drag to resize

NavigationReceiverChannelCollection Constructor (IEnumerable<NavigationReceiverChannel>)

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.3.420.0 (24.3.420.0)
Syntax
public NavigationReceiverChannelCollection(
	IEnumerable<NavigationReceiverChannel> channels
)

Parameters

channels
Type: System.Collections.Generic.IEnumerable<NavigationReceiverChannel>
A list of NavigationReceiverChannels.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if channels is null.
See Also