C# 클래스 ExamplesFx.ColorCode.Parsing.Scope

파일 보기 프로젝트 열기: MarcosMeli/ExamplesFx 1 사용 예제들

공개 메소드들

메소드 설명
AddChild ( Scope childScope ) : void
Scope ( string name, int index, int length ) : System

메소드 상세

AddChild() 공개 메소드

public AddChild ( Scope childScope ) : void
childScope Scope
리턴 void

Scope() 공개 메소드

public Scope ( string name, int index, int length ) : System
name string
index int
length int
리턴 System