Tries the get value.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public bool TryGetValue(
	string key,
	out string value
)
Visual Basic
Public Function TryGetValue ( 
	key As String,
	<OutAttribute> ByRef value As String
) As Boolean

Parameters

key
Type: System..::..String
The key.
value
Type: System..::..String%
The value.

Return Value

Type: Boolean

Implements

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

See Also