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

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

Argument() 공개 메소드

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

Argument() 공개 메소드

public Argument ( NameNode name ) : System.Collections.Generic
name NameNode
리턴 System.Collections.Generic

Equals() 보호된 메소드

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

IsEqualTo() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string