C# Class CodeAnalyzer.Analyzer.CallPaths

Show file Open project: rotators/tools

Public Properties

Property Type Description
Children CallPaths>.Dictionary
Excl int
Id int
Incl int

Public Methods

Method Description
AddChild ( int id ) : CallPaths
CallPaths ( int id ) : Extensions
StackEnd ( ) : void

Method Details

AddChild() public method

public AddChild ( int id ) : CallPaths
id int
return CallPaths

CallPaths() public method

public CallPaths ( int id ) : Extensions
id int
return Extensions

StackEnd() public method

public StackEnd ( ) : void
return void

Property Details

Children public property

public Dictionary Children
return CallPaths>.Dictionary

Excl public property

public int Excl
return int

Id public property

public int Id
return int

Incl public property

public int Incl
return int