C# 클래스 Microsoft.Cci.OriginalSourceLocation

상속: IPrimarySourceLocation
파일 보기 프로젝트 열기: visualmutator/visualmutator

Private Properties

프로퍼티 타입 설명
ISourceLocation bool
ISourceLocation int

공개 메소드들

메소드 설명
OriginalSourceLocation ( IIncludedSourceLocation includedSourceLocation ) : System

Allocates a wrapper for a source location that is obtained from a region inside a primary source document that was in fact derived from another document, typically via a preprocessor #include directive. The wrapper makes the wrapped source location appear as if it were a location in the document that was included. This is useful for error reporting. For editing, the wrapped location is better.

비공개 메소드들

메소드 설명
ISourceLocation ( ISourceLocation location ) : bool
ISourceLocation ( int offset, char destination, int destinationOffset, int length ) : int

메소드 상세

OriginalSourceLocation() 공개 메소드

Allocates a wrapper for a source location that is obtained from a region inside a primary source document that was in fact derived from another document, typically via a preprocessor #include directive. The wrapper makes the wrapped source location appear as if it were a location in the document that was included. This is useful for error reporting. For editing, the wrapped location is better.
public OriginalSourceLocation ( IIncludedSourceLocation includedSourceLocation ) : System
includedSourceLocation IIncludedSourceLocation A source location that falls inside a region of text that originally came from another source document.
리턴 System