ParametersDictionary(Int32) - конструктор

Initializes a new instance of the DictionaryTKey, TValue class that is empty, has the specified initial capacity, and uses the default equality comparer for the key type.

Definition

Пространство имён: Tessa.Views.Parser
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public ParametersDictionary(
	int capacity
)

Параметры

capacity  Int32
The initial number of elements that the DictionaryTKey, TValue can contain.

Исключения

ArgumentOutOfRangeExceptioncapacity is less than 0.

См. также