C# Class MoreInternals.Model.MultiSelector

Matches a list of selectors. [.hello] [.world] matches all elements with either .hello or .world on them..
Inheritance: Selector
显示文件 Open project: kevin-montrose/More

Public Methods

Method Description
MultiSelector ( IEnumerable selectors, int start, int stop, string filePath ) : System
Write ( TextWriter output ) : void

Private Methods

Method Description
ToString ( ) : string

Method Details

MultiSelector() public method

public MultiSelector ( IEnumerable selectors, int start, int stop, string filePath ) : System
selectors IEnumerable
start int
stop int
filePath string
return System

Write() public method

public Write ( TextWriter output ) : void
output System.IO.TextWriter
return void