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