C# Class CanvasControlLibrary.LightWeightDictionary.KeyValuePair, CanvasControlLibrary

Afficher le fichier Open project: akshaysrin/CanvasControlLibrary

Méthodes publiques

Свойство Type Description
Key string
Value object

Méthodes publiques

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

Method Details

KeyValuePair() public méthode

public KeyValuePair ( string key, object value ) : System
key string
value object
Résultat System

Property Details

Key public_oe property

public string Key
Résultat string

Value public_oe property

public object Value
Résultat object