[Missing <summary> documentation for "M:CWrapper.PropertyBlock.getPair(System.UInt32)"]

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

Syntax

C#
public PropertyPair getPair(
	uint index
)
Visual Basic (Declaration)
Public Function getPair ( _
	index As UInteger _
) As PropertyPair
Visual C++
public:
PropertyPair^ getPair(
	unsigned int index
)

Parameters

index
Type: System..::.UInt32

[Missing <param name="index"/> documentation for "M:CWrapper.PropertyBlock.getPair(System.UInt32)"]

Return Value

[Missing <returns> documentation for "M:CWrapper.PropertyBlock.getPair(System.UInt32)"]

See Also