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

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

Syntax

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

Parameters

key
Type: System..::.String

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.Item[([(TKey])])

See Also