C# 클래스 ICSharpCode.ILSpy.TextView.DefinitionLookup

Stores the positions of the definitions that were written to the text output.
파일 보기 프로젝트 열기: net-shell/quantum-vaginer 1 사용 예제들

공개 메소드들

메소드 설명
AddDefinition ( object definition, int offset ) : void
GetDefinitionPosition ( object definition ) : int

메소드 상세

AddDefinition() 공개 메소드

public AddDefinition ( object definition, int offset ) : void
definition object
offset int
리턴 void

GetDefinitionPosition() 공개 메소드

public GetDefinitionPosition ( object definition ) : int
definition object
리턴 int