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
Falcor
KeySegment
C# Class Falcor.KeySegment
Inheritance:
IKeySegment
,
IJson
ファイルを表示
Open project: falcordotnet/falcor.net
Class Usage Examples
Public Methods
Method
Description
AsBoolean
( ) :
bool
AsInt
( ) :
long
AsKeySet
( ) :
KeySet
AsNumericSet
( ) :
NumericSet
AsRange
( ) :
NumberRange
AsSortedNumberSet
( ) :
SortedSet
ToJson
( ) :
JToken
Method Details
AsBoolean()
public
method
public
AsBoolean
( ) :
bool
return
bool
AsInt()
public
method
public
AsInt
( ) :
long
return
long
AsKeySet()
public
method
public
AsKeySet
( ) :
KeySet
return
KeySet
AsNumericSet()
public
method
public
AsNumericSet
( ) :
NumericSet
return
NumericSet
AsRange()
public
method
public
AsRange
( ) :
NumberRange
return
NumberRange
AsSortedNumberSet()
public
method
public
AsSortedNumberSet
( ) :
SortedSet
return
SortedSet
ToJson()
public
abstract
method
public
abstract
ToJson
( ) :
JToken
return
JToken