C# Класс NSoft.NFramework.StringResources.ResourceReaderBase

Base Resource Reader class
Наследование: IResourceReader
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Release unmanaged resources.

ResourceReaderBase ( Hashtable resources ) : System

constructor

Приватные методы

Метод Описание
IEnumerable ( ) : IEnumerator

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

Описание методов

Close() публичный Метод

Closes the resource reader after releasing any resources associated with it.
public Close ( ) : void
Результат void

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

Release unmanaged resources.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

GetEnumerator() публичный Метод

Returns an T:System.Collections.IDictionaryEnumerator of the resources for this reader.
public GetEnumerator ( ) : IDictionaryEnumerator
Результат IDictionaryEnumerator

ResourceReaderBase() защищенный Метод

constructor
protected ResourceReaderBase ( Hashtable resources ) : System
resources System.Collections.Hashtable
Результат System