[Missing <summary> documentation for "P:CWrapper.StrVector.Item(System.Int32)"]

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

Syntax

C#
public string this[
	int index
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	index As Integer _
) As String
Visual C++
public:
virtual property String^ default[int index] {
	String^ get (int index) sealed;
	void set (int index, String^ value) sealed;
}

Parameters

index
Type: System..::.Int32

Implements

IList<(Of <(T>)>)..::.Item[([(Int32])])

See Also