C# Class NSoft.NFramework.StringResources.StringResourceReaderBase

IResourceReader의 Abstract class
Inheritance: System.Resources.IResourceReader
显示文件 Open project: debop/NFramework

Public Methods

Method Description
Close ( ) : void

리소스 해제

Dispose ( ) : void

리소스 해제

GetEnumerator ( ) : IDictionaryEnumerator

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

리소스 해제

StringResourceReaderBase ( Hashtable resources ) : System

생성자

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Method Details

Close() public method

리소스 해제
public Close ( ) : void
return void

Dispose() public method

리소스 해제
public Dispose ( ) : void
return void

Dispose() protected method

리소스 해제
protected Dispose ( bool disposing ) : void
disposing bool
return void

GetEnumerator() public method

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

StringResourceReaderBase() protected method

생성자
protected StringResourceReaderBase ( Hashtable resources ) : System
resources Hashtable
return System