C# Класс NAnt.Core.Filters.ExpandProperties

Наследование: NAnt.Core.Filters.Filter
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
Advance void
ReplenishBuffer void

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

Метод Описание
InitializeFilter ( ) : void

Called after construction and after properties are set. Allows for filter initialization.

Peek ( ) : int

Reads the next character applying the filter logic without advancing the current position in the stream.

Read ( ) : int

Reads the next character applying the filter logic.

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

Метод Описание
Advance ( ) : void

Moves to the next character.

ReplenishBuffer ( ) : void

Refills the buffer, running our input through M:PropertyDictionary.ExpandProperties(string, Location).)

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

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

Called after construction and after properties are set. Allows for filter initialization.
public InitializeFilter ( ) : void
Результат void

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

Reads the next character applying the filter logic without advancing the current position in the stream.
public Peek ( ) : int
Результат int

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

Reads the next character applying the filter logic.
public Read ( ) : int
Результат int