C# 클래스 SobekCM.Tools.StringKeyValuePair

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
StringKeyValuePair ( ) : System

Constructor for a new instance of the StringKeyValuePair class

StringKeyValuePair ( string Key, string Value ) : System

Constructor for a new instance of the StringKeyValuePair class

메소드 상세

StringKeyValuePair() 공개 메소드

Constructor for a new instance of the StringKeyValuePair class
public StringKeyValuePair ( ) : System
리턴 System

StringKeyValuePair() 공개 메소드

Constructor for a new instance of the StringKeyValuePair class
public StringKeyValuePair ( string Key, string Value ) : System
Key string Key for this key/value pair
Value string Value for this key/value pair
리턴 System