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

Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
KeyValuePair ( object key, object value ) : System

Initializes a new instance of the KeyValuePair class.

Method Details

KeyValuePair() public méthode

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