C# Class ExamplesFx.ColorCode.Parsing.Scope

Mostrar archivo Open project: MarcosMeli/ExamplesFx Class Usage Examples

Public Methods

Method Description
AddChild ( Scope childScope ) : void
Scope ( string name, int index, int length ) : System

Method Details

AddChild() public method

public AddChild ( Scope childScope ) : void
childScope Scope
return void

Scope() public method

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