Method | Description | |
---|---|---|
CanConvertFrom ( |
||
ConvertExpression ( |
||
GetObjectTypeName ( object arg ) : string | ||
GetTypeName ( |
||
PreferConvert ( |
Method | Description | |
---|---|---|
DumpPrecompiledRule ( System.Runtime.CompilerServices.CallSiteBinder binder, MemberDispatcher dispatcher ) : void | ||
DumpRule ( System.Runtime.CompilerServices.CallSiteBinder binder, BindingRestrictions restrictions, |
||
RubyBinder ( RubyContext context ) : System.Linq.Expressions | ||
ToValues ( DynamicMetaObject args, int start ) : object[] |
public CanConvertFrom ( |
||
fromType | ||
toType | ||
toNotNullable | bool | |
level | NarrowingLevel | |
return | bool |
public ConvertExpression ( |
||
expr | ||
toType | ||
kind | ConversionResultKind | |
context | Microsoft.Scripting.Actions.Calls.OverloadResolverFactory | |
return |
public GetObjectTypeName ( object arg ) : string | ||
arg | object | |
return | string |
public PreferConvert ( |
||
t1 | ||
t2 | ||
return | Candidate |