C# Класс MoreInternals.Model.CompoundSelector

A compound selector The Outer selector is further constrained by the Inner one So, [.hello] [.world] matches all .world(s) in .hello(s). Technically, all selectors are compound selectors descending from the Wildcard selector.
Наследование: Selector
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CombineSelectors ( Selector outer, Selector inner, int start, int stop, string filePath ) : Selector
Write ( TextWriter output ) : void

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

Метод Описание
CompoundSelector ( Selector outer, Selector inner, int start, int stop, string filePath ) : System
ToString ( ) : string

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

CombineSelectors() публичный статический Метод

public static CombineSelectors ( Selector outer, Selector inner, int start, int stop, string filePath ) : Selector
outer Selector
inner Selector
start int
stop int
filePath string
Результат Selector

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

public Write ( TextWriter output ) : void
output System.IO.TextWriter
Результат void