C# Class ValueInjector.SourceCodeLocation

ファイルを表示 Open project: lukesandberg/PexFaultLocalization Class Usage Examples

Public Methods

Method Description
Contains ( SourceCodeLocation other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
SourceCodeLocation ( String fn, int sl, int el, int sc, int ec ) : System
ToString ( ) : string

Method Details

Contains() public method

public Contains ( SourceCodeLocation other ) : bool
other SourceCodeLocation
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SourceCodeLocation() public method

public SourceCodeLocation ( String fn, int sl, int el, int sc, int ec ) : System
fn String
sl int
el int
sc int
ec int
return System

ToString() public method

public ToString ( ) : string
return string