C# 클래스 Alsing.SourceCode.PatternListList

상속: IEnumerable
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsKeyword bool
IsOperator bool
Parent SpanDefinition

공개 메소드들

메소드 설명
Add ( PatternList Group ) : PatternList

Clear ( ) : void

GetEnumerator ( ) : IEnumerator

PatternListList ( ) : System.Collections

PatternListList ( SpanDefinition parent ) : System.Collections
this ( int index ) : PatternList

메소드 상세

Add() 공개 메소드

public Add ( PatternList Group ) : PatternList
Group PatternList
리턴 PatternList

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

PatternListList() 공개 메소드

public PatternListList ( ) : System.Collections
리턴 System.Collections

PatternListList() 공개 메소드

public PatternListList ( SpanDefinition parent ) : System.Collections
parent SpanDefinition
리턴 System.Collections

this() 공개 메소드

public this ( int index ) : PatternList
index int
리턴 PatternList

프로퍼티 상세

IsKeyword 공개적으로 프로퍼티

public bool IsKeyword
리턴 bool

IsOperator 공개적으로 프로퍼티

public bool IsOperator
리턴 bool

Parent 공개적으로 프로퍼티

public SpanDefinition Parent
리턴 SpanDefinition