[Missing <summary> documentation for "M:CWrapper.StrMap.Add(System.String,System.String)"]

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

Syntax

C#
public void Add(
	string key,
	string val
)
Visual Basic (Declaration)
Public Sub Add ( _
	key As String, _
	val As String _
)
Visual C++
public:
virtual void Add(
	String^ key, 
	String^ val
) sealed

Parameters

key
Type: System..::.String

[Missing <param name="key"/> documentation for "M:CWrapper.StrMap.Add(System.String,System.String)"]

val
Type: System..::.String

[Missing <param name="val"/> documentation for "M:CWrapper.StrMap.Add(System.String,System.String)"]

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.Add(TKey, TValue)

See Also