C# 클래스 CodeAnalyzer.Analyzer.Sources.Source

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

공개 프로퍼티들

프로퍼티 타입 설명
Funcs SourceFunction>.Dictionary
Lines string[]
LongestPrefix int
PrefixLines List

공개 메소드들

메소드 설명
AddHit ( string name, int line ) : void
Process ( ) : void
Source ( string module ) : Extensions

메소드 상세

AddHit() 공개 메소드

public AddHit ( string name, int line ) : void
name string
line int
리턴 void

Process() 공개 메소드

public Process ( ) : void
리턴 void

Source() 공개 메소드

public Source ( string module ) : Extensions
module string
리턴 Extensions

프로퍼티 상세

Funcs 공개적으로 프로퍼티

public Dictionary Funcs
리턴 SourceFunction>.Dictionary

Lines 공개적으로 프로퍼티

public string[] Lines
리턴 string[]

LongestPrefix 공개적으로 프로퍼티

public int LongestPrefix
리턴 int

PrefixLines 공개적으로 프로퍼티

public List PrefixLines
리턴 List