Method | Description | |
---|---|---|
Cast ( this to, Object instance ) : Object | ||
IsCastableTo ( this from, |
||
SupportsCastFrom ( this from, Object instance ) : System.Boolean |
public static Cast ( this to, Object instance ) : Object | ||
to | this | |
instance | Object | |
return | Object |
public static IsCastableTo ( this from, |
||
from | this | |
to | ||
return | bool |
public static SupportsCastFrom ( this from, Object instance ) : System.Boolean | ||
from | this | |
instance | Object | |
return | System.Boolean |