C# Class GraphQL.Language.AST.NonNullType

Inheritance: AbstractNode, IType
Mostra file Open project: graphql-dotnet/graphql-dotnet

Public Methods

Method Description
IsEqualTo ( INode node ) : bool
NonNullType ( IType type ) : System.Collections.Generic
ToString ( ) : string

Method Details

IsEqualTo() public method

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

NonNullType() public method

public NonNullType ( IType type ) : System.Collections.Generic
type IType
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string