C# Class ExamplesFx.ColorCode.Parsing.Scope

Afficher le fichier Open project: MarcosMeli/ExamplesFx Class Usage Examples

Méthodes publiques

Méthode Description
AddChild ( Scope childScope ) : void
Scope ( string name, int index, int length ) : System

Method Details

AddChild() public méthode

public AddChild ( Scope childScope ) : void
childScope Scope
Résultat void

Scope() public méthode

public Scope ( string name, int index, int length ) : System
name string
index int
length int
Résultat System