[Missing <summary> documentation for "P:CWrapper.CharVector.Capacity"]

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

Syntax

C#
public int Capacity { get; set; }
Visual Basic (Declaration)
Public Property Capacity As Integer
Visual C++
public:
property int Capacity {
	int get ();
	void set (int value);
}

See Also