C# Class Binboo.Plugins.Tests.Foundation.Mocks.DummyStorage

Inheritance: IStorage
Show file Open project: adrianoc/binboo

Public Methods

Method Description
Contains ( string name ) : bool
this ( string name ) : object

Method Details

Contains() public method

public Contains ( string name ) : bool
name string
return bool

this() public method

public this ( string name ) : object
name string
return object