C# Class GraphQL.Language.AST.Argument

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

Public Methods

Method Description
Argument ( ) : System.Collections.Generic
Argument ( NameNode name ) : System.Collections.Generic
IsEqualTo ( INode obj ) : bool
ToString ( ) : string

Protected Methods

Method Description
Equals ( Argument other ) : bool

Method Details

Argument() public method

public Argument ( ) : System.Collections.Generic
return System.Collections.Generic

Argument() public method

public Argument ( NameNode name ) : System.Collections.Generic
name NameNode
return System.Collections.Generic

Equals() protected method

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

IsEqualTo() public method

public IsEqualTo ( INode obj ) : bool
obj INode
return bool

ToString() public method

public ToString ( ) : string
return string