Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
BF2Statistics
KeyValuePair
C# Класс BF2Statistics.KeyValuePair
Similar to the
System.Collections.Generic.KeyValuePair
, this object is strictly strings
Показать файл
Открыть проект
Открытые свойства
Свойство
Тип
Описание
Key
string
Value
string
Открытые методы
Метод
Описание
KeyValuePair
(
string
key
,
string
value
)
ToString
( ) :
string
Описание методов
KeyValuePair()
публичный
Метод
public
KeyValuePair
(
string
key
,
string
value
)
key
string
value
string
ToString()
публичный
Метод
public
ToString
( ) :
string
Результат
string
Описание свойств
Key
публичное свойство
Gets or Sets the Key
public
string
Key
Результат
string
Value
публичное свойство
Gets or Sets the Value
public
string
Value
Результат
string