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
Falcor
PathValue
C# Class Falcor.PathValue
显示文件
Open project: falcordotnet/falcor.net
Public Methods
Method
Description
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
PathValue
(
FalcorPath
path
,
object
value
)
Protected Methods
Method
Description
Equals
(
PathValue
other
) :
bool
Method Details
Equals()
protected
method
protected
Equals
(
PathValue
other
) :
bool
other
PathValue
return
bool
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
PathValue()
public
method
public
PathValue
(
FalcorPath
path
,
object
value
)
path
FalcorPath
value
object