Initializes a new instance of the PropertyPair class

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

Syntax

C#
public PropertyPair(
	string prop,
	string value
)
Visual Basic (Declaration)
Public Sub New ( _
	prop As String, _
	value As String _
)
Visual C++
public:
PropertyPair(
	String^ prop, 
	String^ value
)

Parameters

prop
Type: System..::.String

[Missing <param name="prop"/> documentation for "M:CWrapper.PropertyPair.#ctor(System.String,System.String)"]

value
Type: System..::.String

[Missing <param name="value"/> documentation for "M:CWrapper.PropertyPair.#ctor(System.String,System.String)"]

See Also