C# Class Alsing.SourceCode.PatternList

A List containing patterns. this could be for example a list of keywords or operators
Inheritance: IEnumerable
Mostrar archivo Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
CaseSensitive bool
ComplexPatterns PatternCollection
Name string
NormalizeCase bool
Parent PatternListList
SimplePatterns System.Collections.Hashtable
SimplePatterns1Char System.Collections.Hashtable
SimplePatterns2Char System.Collections.Hashtable
Style TextStyle
parentSpanDefinition SpanDefinition

Public Methods

Method Description
Add ( Pattern Pattern ) : Pattern

Clear ( ) : void

GetEnumerator ( ) : IEnumerator

PatternList ( ) : System

Method Details

Add() public method

public Add ( Pattern Pattern ) : Pattern
Pattern Pattern
return Pattern

Clear() public method

public Clear ( ) : void
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

PatternList() public method

public PatternList ( ) : System
return System

Property Details

CaseSensitive public_oe property

Gets or Sets if this list contains case seinsitive patterns
public bool CaseSensitive
return bool

ComplexPatterns public_oe property

For public use only
public PatternCollection ComplexPatterns
return PatternCollection

Name public_oe property

The name of the pattern list
public string Name
return string

NormalizeCase public_oe property

Gets or Sets if the patterns in this list should be case normalized
public bool NormalizeCase
return bool

Parent public_oe property

public PatternListList,Alsing.SourceCode Parent
return PatternListList

SimplePatterns public_oe property

for public use only
public Hashtable,System.Collections SimplePatterns
return System.Collections.Hashtable

SimplePatterns1Char public_oe property

public Hashtable,System.Collections SimplePatterns1Char
return System.Collections.Hashtable

SimplePatterns2Char public_oe property

For public use only
public Hashtable,System.Collections SimplePatterns2Char
return System.Collections.Hashtable

Style public_oe property

Gets or Sets the TextStyle that should be assigned to patterns in this list
public TextStyle,Alsing.SourceCode Style
return TextStyle

parentSpanDefinition public_oe property

The parent spanDefinition of this list
public SpanDefinition parentSpanDefinition
return SpanDefinition