C# Класс Framework.Mvc.Resources.FrameworkResourceReader

Read resources from IResourceCache.
Наследование: 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.

FrameworkResourceReader ( String scope ) : System

Initializes a new instance of the FrameworkResourceReader class.

GetEnumerator ( ) : IDictionaryEnumerator

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

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

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

Returns an enumerator that iterates through a collection.

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

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

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

Initializes a new instance of the FrameworkResourceReader class.
public FrameworkResourceReader ( String scope ) : System
scope String The scope.
Результат System

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

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