C# Class NSoft.NFramework.StringResources.ResourceReaderBase

Base Resource Reader class
Inheritance: IResourceReader
ファイルを表示 Open project: debop/NFramework

Public Methods

Method Description
Close ( ) : void

Closes the resource reader after releasing any resources associated with it.

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetEnumerator ( ) : IDictionaryEnumerator

Returns an T:System.Collections.IDictionaryEnumerator of the resources for this reader.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Release unmanaged resources.

ResourceReaderBase ( Hashtable resources ) : System

constructor

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Returns an T:System.Collections.IDictionaryEnumerator of the resources for this reader.

Method Details

Close() public method

Closes the resource reader after releasing any resources associated with it.
public Close ( ) : void
return void

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

Dispose() protected method

Release unmanaged resources.
protected Dispose ( bool disposing ) : void
disposing bool
return void

GetEnumerator() public method

Returns an T:System.Collections.IDictionaryEnumerator of the resources for this reader.
public GetEnumerator ( ) : IDictionaryEnumerator
return IDictionaryEnumerator

ResourceReaderBase() protected method

constructor
protected ResourceReaderBase ( Hashtable resources ) : System
resources System.Collections.Hashtable
return System