C# Class WikiFunctions.AWBSettings.PrefsKeyPair

Afficher le fichier Open project: reedy/AutoWikiBrowser Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string
Setting object

Méthodes publiques

Méthode Description
PrefsKeyPair ( string aName, object aSetting ) : System

Private Methods

Méthode Description
PrefsKeyPair ( ) : System

Method Details

PrefsKeyPair() public méthode

public PrefsKeyPair ( string aName, object aSetting ) : System
aName string
aSetting object
Résultat System

Property Details

Name public_oe property

public string Name
Résultat string

Setting public_oe property

public object Setting
Résultat object