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
파일 보기 프로젝트 열기: kevin-montrose/More 1 사용 예제들

공개 메소드들

메소드 설명
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