Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
GraphQL
Language
AST
SelectionSet
C# Class GraphQL.Language.AST.SelectionSet
Inheritance:
AbstractNode
ファイルを表示
Open project: graphql-dotnet/graphql-dotnet
Class Usage Examples
Public Methods
Method
Description
Add
(
ISelection
selection
) :
void
IsEqualTo
(
INode
obj
) :
bool
ToString
( ) :
string
Protected Methods
Method
Description
Equals
(
SelectionSet
selectionSet
) :
bool
Method Details
Add()
public
method
public
Add
(
ISelection
selection
) :
void
selection
ISelection
return
void
Equals()
protected
method
protected
Equals
(
SelectionSet
selectionSet
) :
bool
selectionSet
SelectionSet
return
bool
IsEqualTo()
public
method
public
IsEqualTo
(
INode
obj
) :
bool
obj
INode
return
bool
ToString()
public
method
public
ToString
( ) :
string
return
string