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
)
Public Sub New (
capacity As Integer
)
public:
ParametersDictionary(
int capacity
)
new :
capacity : int -> ParametersDictionary
Параметры
- capacity
- Тип: SystemInt32
The initial number of elements that the DictionaryTKey, TValue can contain.
Исключения См. также