.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 > LRUDictionary(KEY, VALUE).TryGetValue Method |
Namespace: Gnostice.Core
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Function TryGetValue ( _ |
C# |
public bool TryGetValue( |
Visual C++ |
public: |
key
Type: KEY
value
Type: VALUE
LRUDictionary(KEY, VALUE) Class