C# Class BF2Statistics.KeyValuePair

Similar to the System.Collections.Generic.KeyValuePair, this object is strictly strings
Afficher le fichier Open project: BF2Statistics/ControlCenter

Méthodes publiques

Свойство Type Description
Key string
Value string

Méthodes publiques

Méthode Description
KeyValuePair ( string key, string value )
ToString ( ) : string

Method Details

KeyValuePair() public méthode

public KeyValuePair ( string key, string value )
key string
value string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Key public_oe property

Gets or Sets the Key
public string Key
Résultat string

Value public_oe property

Gets or Sets the Value
public string Value
Résultat string