Initializes a new instance of the StrMap class

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

Syntax

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

Parameters

other
Type: CWrapper..::.StrMap

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

See Also