C# Class IL.View.Controls.CodeView.Scope

Show file Open project: DenisVuyka/IL.View 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