C# Class WeirdDictionary, code

Inheritance: IDictionary
ファイルを表示 Open project: shendongnian/code

Public Methods

Method Description
Add ( value ) : void
TryGet ( &value ) : bool

Private Methods

Method Description
IDictionary ( key, value ) : void

Method Details

Add() public method

public Add ( value ) : void
return void

TryGet() public method

public TryGet ( &value ) : bool
return bool