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
Microsoft
HockeyApp
AssetWrapper
C# Class Microsoft.HockeyApp.AssetWrapper
Inheritance:
System.Dynamic.DynamicObject
显示文件
Open project: bitstadium/HockeySDK-Windows
Public Methods
Method
Description
TryGetMember
(
GetMemberBinder
binder
,
object
&
result
) :
bool
this
(
string
index
) :
object
Method Details
TryGetMember()
public
method
public
TryGetMember
(
GetMemberBinder
binder
,
object
&
result
) :
bool
binder
System.Dynamic.GetMemberBinder
result
object
return
bool
this()
public
method
public
this
(
string
index
) :
object
index
string
return
object