C# Class CanvasControlLibrary.LightWeightDictionary, CanvasControlLibrary

Show file Open project: akshaysrin/CanvasControlLibrary

Public Methods

Method Description
Add ( string key, object value ) : void
GetAllKeys ( ) : List
GetValue ( string key ) : object
LightWeightDictionary ( ) : System
SetValue ( string key, object value ) : void

Method Details

Add() public method

public Add ( string key, object value ) : void
key string
value object
return void

GetAllKeys() public method

public GetAllKeys ( ) : List
return List

GetValue() public method

public GetValue ( string key ) : object
key string
return object

LightWeightDictionary() public method

public LightWeightDictionary ( ) : System
return System

SetValue() public method

public SetValue ( string key, object value ) : void
key string
value object
return void