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.6.0.22
public ParametersDictionary(
int capacity
)
Public Sub New (
capacity As Integer
)
public:
ParametersDictionary(
int capacity
)
new :
capacity : int -> ParametersDictionary
Параметры
- capacity Int32
- The initial number of elements that the DictionaryTKey, TValue can contain.
ArgumentOutOfRangeException | capacity is less than 0. |