C# Class FdoToolbox.Core.ETL.QuackingDictionary.QuackingDictionaryDebugView.KeyValuePair

Exibir arquivo Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
KeyValuePair ( object key, object value ) : System

Initializes a new instance of the KeyValuePair class.

Method Details

KeyValuePair() public method

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