C# 클래스 CodeAnalyzer.Analyzer.CallPaths

파일 보기 프로젝트 열기: rotators/tools

공개 프로퍼티들

프로퍼티 타입 설명
Children CallPaths>.Dictionary
Excl int
Id int
Incl int

공개 메소드들

메소드 설명
AddChild ( int id ) : CallPaths
CallPaths ( int id ) : Extensions
StackEnd ( ) : void

메소드 상세

AddChild() 공개 메소드

public AddChild ( int id ) : CallPaths
id int
리턴 CallPaths

CallPaths() 공개 메소드

public CallPaths ( int id ) : Extensions
id int
리턴 Extensions

StackEnd() 공개 메소드

public StackEnd ( ) : void
리턴 void

프로퍼티 상세

Children 공개적으로 프로퍼티

public Dictionary Children
리턴 CallPaths>.Dictionary

Excl 공개적으로 프로퍼티

public int Excl
리턴 int

Id 공개적으로 프로퍼티

public int Id
리턴 int

Incl 공개적으로 프로퍼티

public int Incl
리턴 int