C# Class GraphQL.Language.AST.ListType

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

Public Methods

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

Method Details

IsEqualTo() public method

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

ListType() public method

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

ToString() public method

public ToString ( ) : string
return string