Property | Type | Description | |
---|---|---|---|
GetIndexProperty | IProperty | ||
GetProperty | IProperty | ||
GetTypeProperties | IProperty>.IDictionary | ||
InvokeMethodOnType | object | ||
ParametersCompatible | bool | ||
Unwrap | object |
Method | Description | |
---|---|---|
ToString ( ) : string | ||
TryConvert ( |
||
TryGetIndex ( |
||
TryGetMember ( |
||
TryInvokeMember ( |
||
TrySetIndex ( |
||
TrySetMember ( |
Method | Description | |
---|---|---|
GetIndexProperty ( ) : IProperty | ||
GetProperty ( string propertyName ) : IProperty | ||
GetTypeProperties ( |
||
InvokeMethodOnType ( |
||
ParametersCompatible ( |
||
Unwrap ( 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 |