C# 클래스 Microsoft.Cci.DummySourceLocation

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

공개 메소드들

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

메소드 상세

Contains() 공개 메소드

public Contains ( ISourceLocation location ) : bool
location ISourceLocation
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( int offset, char destination, int destinationOffset, int length ) : int
offset int
destination char
destinationOffset int
length int
리턴 int