C# Class CodeAnalyzer.Analyzer.CallPaths

显示文件 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_oe property

public Dictionary Children
return CallPaths>.Dictionary

Excl public_oe property

public int Excl
return int

Id public_oe property

public int Id
return int

Incl public_oe property

public int Incl
return int