Property | Type | Description | |
---|---|---|---|
GetIndexProperty | IProperty | ||
GetProperty | IProperty | ||
GetTypeProperties | IProperty>.IDictionary | ||
InvokeMemberOnType | object | ||
WrapObjectIfNeeded | object |
Method | Description | |
---|---|---|
ToString ( ) : string | ||
TryConvert ( |
||
TryGetIndex ( |
||
TryGetMember ( |
||
TryInvokeMember ( |
||
TrySetIndex ( |
||
TrySetMember ( |
Method | Description | |
---|---|---|
GetIndexProperty ( ) : IProperty | ||
GetProperty ( string propertyName ) : IProperty | ||
GetTypeProperties ( |
||
InvokeMemberOnType ( |
||
WrapObjectIfNeeded ( object o ) : object |
public TryConvert ( |
||
binder | ||
result | object | |
return | bool |
public TryGetIndex ( |
||
binder | ||
indexes | object | |
result | object | |
return | bool |
public TryGetMember ( |
||
binder | ||
result | object | |
return | bool |
public TryInvokeMember ( |
||
binder | ||
args | object | |
result | object | |
return | bool |
public TrySetIndex ( |
||
binder | ||
indexes | object | |
value | object | |
return | bool |
public TrySetMember ( |
||
binder | ||
value | object | |
return | bool |