Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
GraphQL
Language
AST
IntValue
C# Class GraphQL.Language.AST.IntValue
Inheritance:
AbstractNode
,
IValue
Datei anzeigen
Open project: graphql-dotnet/graphql-dotnet
Class Usage Examples
Public Methods
Method
Description
IntValue
(
int
value
) :
System
IsEqualTo
(
INode
obj
) :
bool
ToString
( ) :
string
Protected Methods
Method
Description
Equals
(
IntValue
other
) :
bool
Method Details
Equals()
protected
method
protected
Equals
(
IntValue
other
) :
bool
other
IntValue
return
bool
IntValue()
public
method
public
IntValue
(
int
value
) :
System
value
int
return
System
IsEqualTo()
public
method
public
IsEqualTo
(
INode
obj
) :
bool
obj
INode
return
bool
ToString()
public
method
public
ToString
( ) :
string
return
string