C# 클래스 GraphQL.Language.AST.FragmentSpread

상속: AbstractNode, IFragment
파일 보기 프로젝트 열기: graphql-dotnet/graphql-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
FragmentSpread ( ) : System.Collections.Generic
FragmentSpread ( NameNode node ) : System.Collections.Generic
IsEqualTo ( INode obj ) : bool
ToString ( ) : string

보호된 메소드들

메소드 설명
Equals ( FragmentSpread other ) : bool

메소드 상세

Equals() 보호된 메소드

protected Equals ( FragmentSpread other ) : bool
other FragmentSpread
리턴 bool

FragmentSpread() 공개 메소드

public FragmentSpread ( ) : System.Collections.Generic
리턴 System.Collections.Generic

FragmentSpread() 공개 메소드

public FragmentSpread ( NameNode node ) : System.Collections.Generic
node NameNode
리턴 System.Collections.Generic

IsEqualTo() 공개 메소드

public IsEqualTo ( INode obj ) : bool
obj INode
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string