C# Class GraphQL.Language.AST.FragmentSpread

Inheritance: AbstractNode, IFragment
Datei anzeigen Open project: graphql-dotnet/graphql-dotnet Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Equals ( FragmentSpread other ) : bool

Method Details

Equals() protected method

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

FragmentSpread() public method

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

FragmentSpread() public method

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

IsEqualTo() public method

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

ToString() public method

public ToString ( ) : string
return string