C# Class NSoft.NFramework.StringResources.ResourceReaderBase

Base Resource Reader class
Inheritance: IResourceReader
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Release unmanaged resources.

ResourceReaderBase ( Hashtable resources ) : System

constructor

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

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

Method Details

Close() public méthode

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

Dispose() public méthode

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

Dispose() protected méthode

Release unmanaged resources.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetEnumerator() public méthode

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

ResourceReaderBase() protected méthode

constructor
protected ResourceReaderBase ( Hashtable resources ) : System
resources System.Collections.Hashtable
Résultat System