Initializes a new instance of the ChannelGroup class

Namespace:  CoreDevices
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ChannelGroup(
	EasyCore eCore
)
Visual Basic (Declaration)
Public Sub New ( _
	eCore As EasyCore _
)
Visual C++
public:
ChannelGroup(
	EasyCore^ eCore
)

Parameters

eCore
Type: CoreDevices..::.EasyCore

[Missing <param name="eCore"/> documentation for "M:CoreDevices.ChannelGroup.#ctor(CoreDevices.EasyCore)"]

See Also