C# Class NSoft.NFramework.StringResources.StringResourceReaderBase

IResourceReader의 Abstract class
Inheritance: System.Resources.IResourceReader
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
Close ( ) : void

리소스 해제

Dispose ( ) : void

리소스 해제

GetEnumerator ( ) : IDictionaryEnumerator

리소스 열거자를 반환합니다.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

리소스 해제

StringResourceReaderBase ( Hashtable resources ) : System

생성자

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

Close() public méthode

리소스 해제
public Close ( ) : void
Résultat void

Dispose() public méthode

리소스 해제
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

리소스 해제
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetEnumerator() public méthode

리소스 열거자를 반환합니다.
public GetEnumerator ( ) : IDictionaryEnumerator
Résultat IDictionaryEnumerator

StringResourceReaderBase() protected méthode

생성자
protected StringResourceReaderBase ( Hashtable resources ) : System
resources Hashtable
Résultat System