C# Class MaCRo.Tools.KeyValuePair

Afficher le fichier Open project: AlexAlbala/MaCRo Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
KeyValuePair ( ) : System
KeyValuePair ( object Key, object Value ) : System
ToString ( ) : String

Method Details

KeyValuePair() public méthode

public KeyValuePair ( ) : System
Résultat System

KeyValuePair() public méthode

public KeyValuePair ( object Key, object Value ) : System
Key object
Value object
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String

Property Details

Key public_oe property

public object Key
Résultat object

Value public_oe property

public object Value
Résultat object