Initializes a new instance of the CharVector class

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

Syntax

C#
public CharVector(
	CharVector other
)
Visual Basic (Declaration)
Public Sub New ( _
	other As CharVector _
)
Visual C++
public:
CharVector(
	CharVector^ other
)

Parameters

other
Type: CWrapper..::.CharVector

[Missing <param name="other"/> documentation for "M:CWrapper.CharVector.#ctor(CWrapper.CharVector)"]

See Also