C# Class ComponentFactory.Krypton.Toolkit.StringLookupConverter.Pair

Represents a name/value pair association.
Afficher le fichier Open project: Cocotteseb/Krypton

Méthodes publiques

Свойство Type Description
Display string
Enum object

Méthodes publiques

Méthode Description
Pair ( object obj, string str ) : System

Initialize a new instance of the Pair structure.

Method Details

Pair() public méthode

Initialize a new instance of the Pair structure.
public Pair ( object obj, string str ) : System
obj object Object instance.
str string String instance.
Résultat System

Property Details

Display public_oe property

Enumeration value display string.
public string Display
Résultat string

Enum public_oe property

Enumeration value.
public object Enum
Résultat object