.NET Framework Class Library

LRUDictionary(KEY, VALUE) Constructor

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

LRUDictionary(KEY, VALUE) Constructor

Namespace: Gnostice.Core

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

Syntax

Visual Basic

Public Sub New ( _
 capacity As Integer _
)

C#

public LRUDictionary(
 int capacity
)

Visual C++

public:
LRUDictionary(
 int capacity
)

Parameters

capacity

Type: System.Int32

See Also

LRUDictionary(KEY, VALUE) Class

LRUDictionary(KEY, VALUE) Members

Gnostice.Core Namespace