C# Class CodeAnalyzer.Analyzer.CallPaths

Afficher le fichier Open project: rotators/tools

Méthodes publiques

Свойство Type Description
Children CallPaths>.Dictionary
Excl int
Id int
Incl int

Méthodes publiques

Méthode Description
AddChild ( int id ) : CallPaths
CallPaths ( int id ) : Extensions
StackEnd ( ) : void

Method Details

AddChild() public méthode

public AddChild ( int id ) : CallPaths
id int
Résultat CallPaths

CallPaths() public méthode

public CallPaths ( int id ) : Extensions
id int
Résultat Extensions

StackEnd() public méthode

public StackEnd ( ) : void
Résultat void

Property Details

Children public_oe property

public Dictionary Children
Résultat CallPaths>.Dictionary

Excl public_oe property

public int Excl
Résultat int

Id public_oe property

public int Id
Résultat int

Incl public_oe property

public int Incl
Résultat int