C# 클래스 ComponentFactory.Krypton.Toolkit.StringLookupConverter.Pair

Represents a name/value pair association.
파일 보기 프로젝트 열기: Cocotteseb/Krypton

공개 프로퍼티들

프로퍼티 타입 설명
Display string
Enum object

공개 메소드들

메소드 설명
Pair ( object obj, string str ) : System

Initialize a new instance of the Pair structure.

메소드 상세

Pair() 공개 메소드

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

프로퍼티 상세

Display 공개적으로 프로퍼티

Enumeration value display string.
public string Display
리턴 string

Enum 공개적으로 프로퍼티

Enumeration value.
public object Enum
리턴 object