C# Class CtcApi.Testing.DictionaryStateProvider

Inheritance: IStateProvider
Mostrar archivo Open project: BellevueCollege/CtcApi

Public Methods

Method Description
Remove ( string key ) : void
this ( string key ) : object

Method Details

Remove() public method

public Remove ( string key ) : void
key string
return void

this() public method

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