Method | Description | |
---|---|---|
BindConvert ( |
Performs the binding of the dynamic conversion operation.
|
|
NestedCastingMetaObject ( |
Initializes a new instance of the NestedCastingMetaObject class.
|
Method | Description | |
---|---|---|
Convert ( |
||
Convert ( |
||
TryConvert ( |
public BindConvert ( |
||
binder |
/// An instance of the |
|
return |
protected static Convert ( |
||
binder | ||
instance | ||
return |
protected static Convert ( |
||
expression | ||
type | ||
return |
public NestedCastingMetaObject ( |
||
expression |
/// The expression representing this |
|
value | object |
/// The runtime value represented by the |
baseMetaObject |
/// The |
|
modules | IList | /// The modules current collection of modules which will be used as potential delegation targets for dynamic binding operations. /// |
return | System |
protected static TryConvert ( |
||
binder | ||
instance | ||
result | ||
return | bool |