C# Class Config.Net.Tests.TestStore

Inheritance: IConfigStore
显示文件 Open project: aloneguid/config Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Read ( string key ) : string
TestStore ( ) : System.Collections.Generic
Write ( string key, string value ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Read() public method

public Read ( string key ) : string
key string
return string

TestStore() public method

public TestStore ( ) : System.Collections.Generic
return System.Collections.Generic

Write() public method

public Write ( string key, string value ) : void
key string
value string
return void