Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
GraphQL
Language
AST
Document
C# 클래스 GraphQL.Language.AST.Document
상속:
AbstractNode
파일 보기
프로젝트 열기: graphql-dotnet/graphql-dotnet
1 사용 예제들
공개 메소드들
메소드
설명
AddDefinition
(
IDefinition
definition
) :
void
Document
( ) :
System.Collections.Generic
IsEqualTo
(
INode
node
) :
bool
ToString
( ) :
string
메소드 상세
AddDefinition()
공개
메소드
public
AddDefinition
(
IDefinition
definition
) :
void
definition
IDefinition
리턴
void
Document()
공개
메소드
public
Document
( ) :
System.Collections.Generic
리턴
System.Collections.Generic
IsEqualTo()
공개
메소드
public
IsEqualTo
(
INode
node
) :
bool
node
INode
리턴
bool
ToString()
공개
메소드
public
ToString
( ) :
string
리턴
string