C# Class GraphQL.Language.AST.SourceLocation

Mostra file Open project: graphql-dotnet/graphql-dotnet Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
SourceLocation ( int line, int column, int start = -1, int end = -1 )
ToString ( ) : string

Protected Methods

Method Description
Equals ( SourceLocation other ) : bool

Method Details

Equals() protected method

protected Equals ( SourceLocation other ) : bool
other SourceLocation
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

SourceLocation() public method

public SourceLocation ( int line, int column, int start = -1, int end = -1 )
line int
column int
start int
end int

ToString() public method

public ToString ( ) : string
return string