MemoryCacheTKey, TValueTryGetValue Method |
Namespace: Innovator.Client.ConnectionAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public bool TryGetValue(
TKey key,
out TValue value
)
Public Function TryGetValue (
key As TKey,
<OutAttribute> ByRef value As TValue
) As Boolean
Parameters
- key
- Type: TKey
- value
- Type: TValue
Return Value
Type:
BooleanSee Also