Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
BF2Statistics
KeyValuePair
C# Class BF2Statistics.KeyValuePair
Similar to the
System.Collections.Generic.KeyValuePair
, this object is strictly strings
Show file
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 property
Gets or Sets the Key
public
string
Key
return
string
Value
public property
Gets or Sets the Value
public
string
Value
return
string