Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
BF2Statistics
KeyValuePair
C# Class BF2Statistics.KeyValuePair
Similar to the
System.Collections.Generic.KeyValuePair
, this object is strictly strings
显示文件
Open project: BF2Statistics/ControlCenter
Public Properties
Property
Type
Description
Key
string
Value
string
Public Methods
Method
Description
KeyValuePair
(
string
key
,
string
value
)
ToString
( ) :
string
Method Details
KeyValuePair()
public
method
public
KeyValuePair
(
string
key
,
string
value
)
key
string
value
string
ToString()
public
method
public
ToString
( ) :
string
return
string
Property Details
Key
public_oe property
Gets or Sets the Key
public
string
Key
return
string
Value
public_oe property
Gets or Sets the Value
public
string
Value
return
string