C# Class CanvasControlLibrary.LightWeightDictionary.KeyValuePair, CanvasControlLibrary

Exibir arquivo Open project: akshaysrin/CanvasControlLibrary

Public Properties

Property Type Description
Key string
Value object

Public Methods

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

Method Details

KeyValuePair() public method

public KeyValuePair ( string key, object value ) : System
key string
value object
return System

Property Details

Key public_oe property

public string Key
return string

Value public_oe property

public object Value
return object