C# Class Alsing.Text.PatternMatchers.PatternMatchReference

Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
Matcher IPatternMatcher
NeedSeparators bool
NextSibling PatternMatchReference
Tags object[]

Public Methods

Method Description
PatternMatchReference ( IPatternMatcher matcher )

Method Details

PatternMatchReference() public method

public PatternMatchReference ( IPatternMatcher matcher )
matcher IPatternMatcher

Property Details

Matcher public property

public IPatternMatcher Matcher
return IPatternMatcher

NeedSeparators public property

public bool NeedSeparators
return bool

NextSibling public property

public PatternMatchReference,Alsing.Text.PatternMatchers NextSibling
return PatternMatchReference

Tags public property

public object[] Tags
return object[]