.NET Framework Class Library

LRUDictionary(KEY, VALUE).TryGetValue Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > LRUDictionary(KEY, VALUE) Class > LRUDictionary(KEY, VALUE) Methods >

.NET Framework Class Library

LRUDictionary(KEY, VALUE).TryGetValue Method

Namespace: Gnostice.Core

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Function TryGetValue ( _
 key As KEY, _
 <OutAttributeByRef value As VALUE _
As Boolean

C#

public bool TryGetValue(
 KEY key,
 out VALUE value
)

Visual C++

public:
bool TryGetValue(
 KEY key,
 [OutAttribute] VALUE% value
)

Parameters

key

Type: KEY

value

Type: VALUE

See Also

LRUDictionary(KEY, VALUE) Class

LRUDictionary(KEY, VALUE) Members

Gnostice.Core Namespace