C# 클래스 Alsing.SourceCode.PatternList

A List containing patterns. this could be for example a list of keywords or operators
상속: IEnumerable
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Add ( Pattern Pattern ) : Pattern

Clear ( ) : void

GetEnumerator ( ) : IEnumerator

PatternList ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( Pattern Pattern ) : Pattern
Pattern Pattern
리턴 Pattern

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

PatternList() 공개 메소드

public PatternList ( ) : System
리턴 System

프로퍼티 상세

CaseSensitive 공개적으로 프로퍼티

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

ComplexPatterns 공개적으로 프로퍼티

For public use only
public PatternCollection ComplexPatterns
리턴 PatternCollection

Name 공개적으로 프로퍼티

The name of the pattern list
public string Name
리턴 string

NormalizeCase 공개적으로 프로퍼티

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

Parent 공개적으로 프로퍼티

public PatternListList,Alsing.SourceCode Parent
리턴 PatternListList

SimplePatterns 공개적으로 프로퍼티

for public use only
public Hashtable,System.Collections SimplePatterns
리턴 System.Collections.Hashtable

SimplePatterns1Char 공개적으로 프로퍼티

public Hashtable,System.Collections SimplePatterns1Char
리턴 System.Collections.Hashtable

SimplePatterns2Char 공개적으로 프로퍼티

For public use only
public Hashtable,System.Collections SimplePatterns2Char
리턴 System.Collections.Hashtable

Style 공개적으로 프로퍼티

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

parentSpanDefinition 공개적으로 프로퍼티

The parent spanDefinition of this list
public SpanDefinition parentSpanDefinition
리턴 SpanDefinition