C# Class GraphQL.Language.AST.Directive

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

Public Methods

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

Protected Methods

Method Description
Equals ( Directive other ) : bool

Method Details

Directive() public method

public Directive ( NameNode node ) : System.Collections.Generic
node NameNode
return System.Collections.Generic

Equals() protected method

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

IsEqualTo() public method

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

ToString() public method

public ToString ( ) : string
return string