Для изменения размера нажмите или перетащите

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.

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

Параметры

capacity
Тип: SystemInt32
The initial number of elements that the DictionaryTKey, TValue can contain.
Исключения
ИсключениеУсловие
ArgumentOutOfRangeExceptioncapacity is less than 0.
См. также