C# 클래스 FdoToolbox.Core.ETL.QuackingDictionary.QuackingDictionaryDebugView.KeyValuePair

파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
KeyValuePair ( object key, object value ) : System

Initializes a new instance of the KeyValuePair class.

메소드 상세

KeyValuePair() 공개 메소드

Initializes a new instance of the KeyValuePair class.
public KeyValuePair ( object key, object value ) : System
key object The key.
value object The value.
리턴 System