[Missing <summary> documentation for "M:CWrapper.StrMap.TryGetValue(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 bool TryGetValue(
	string key,
	out string value
)
Visual Basic (Declaration)
Public Function TryGetValue ( _
	key As String, _
	<OutAttribute> ByRef value As String _
) As Boolean
Visual C++
public:
virtual bool TryGetValue(
	String^ key, 
	[OutAttribute] String^% value
) sealed

Parameters

key
Type: System..::.String

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

value
Type: System..::.String %

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

Return Value

[Missing <returns> documentation for "M:CWrapper.StrMap.TryGetValue(System.String,System.String@)"]

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.TryGetValue(TKey, TValue%)

See Also