C# 클래스 CanvasControlLibrary.LightWeightDictionary, CanvasControlLibrary

파일 보기 프로젝트 열기: akshaysrin/CanvasControlLibrary

공개 메소드들

메소드 설명
Add ( string key, object value ) : void
GetAllKeys ( ) : List
GetValue ( string key ) : object
LightWeightDictionary ( ) : System
SetValue ( string key, object value ) : void

메소드 상세

Add() 공개 메소드

public Add ( string key, object value ) : void
key string
value object
리턴 void

GetAllKeys() 공개 메소드

public GetAllKeys ( ) : List
리턴 List

GetValue() 공개 메소드

public GetValue ( string key ) : object
key string
리턴 object

LightWeightDictionary() 공개 메소드

public LightWeightDictionary ( ) : System
리턴 System

SetValue() 공개 메소드

public SetValue ( string key, object value ) : void
key string
value object
리턴 void