C# Class MainCollection, code

Show file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
Add ( Tuple, Key, Value ) : void
GetValue ( Key ) : TValue,

Method Details

Add() public method

public Add ( Tuple, Key, Value ) : void
Key Tuple,
return void

GetValue() public method

public GetValue ( Key ) : TValue,
return TValue,