C# Class SLua.WeakDictionary

Exibir arquivo Open project: zhutaorun/HGFramework

Private Properties

Property Type Description
Add void
ContainsKey bool
Remove bool
TryGetValue bool

Public Methods

Method Description
this ( key ) : V

Private Methods

Method Description
Add ( key, value ) : void
ContainsKey ( key ) : bool
Remove ( key ) : bool
TryGetValue ( key, &value ) : bool

Method Details

this() public method

public this ( key ) : V
return V