C# Class GraphQL.Language.AST.Argument

Inheritance: AbstractNode
Afficher le fichier Open project: graphql-dotnet/graphql-dotnet Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( Argument other ) : bool

Method Details

Argument() public méthode

public Argument ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Argument() public méthode

public Argument ( NameNode name ) : System.Collections.Generic
name NameNode
Résultat System.Collections.Generic

Equals() protected méthode

protected Equals ( Argument other ) : bool
other Argument
Résultat bool

IsEqualTo() public méthode

public IsEqualTo ( INode obj ) : bool
obj INode
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string