C# Class FSOInstaller.KeyValuePair

Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

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

Méthodes publiques

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

Method Details

KeyValuePair() public méthode

public KeyValuePair ( string key, string value ) : System
key string
value string
Résultat System

Property Details

Key public_oe property

public string Key
Résultat string

Value public_oe property

public string Value
Résultat string