[Missing <summary> documentation for "M:CWrapper.PropertyBlock.addPair(CWrapper.PropertyPair)"]

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

Syntax

C#
public void addPair(
	PropertyPair pair
)
Visual Basic (Declaration)
Public Sub addPair ( _
	pair As PropertyPair _
)
Visual C++
public:
void addPair(
	PropertyPair^ pair
)

Parameters

pair
Type: CWrapper..::.PropertyPair

[Missing <param name="pair"/> documentation for "M:CWrapper.PropertyBlock.addPair(CWrapper.PropertyPair)"]

See Also