C# Class YAMP.TypeExtensions

Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes publiques

Méthode Description
Cast ( this to, Object instance ) : Object
IsCastableTo ( this from, Type to ) : bool
SupportsCastFrom ( this from, Object instance ) : System.Boolean

Method Details

Cast() public static méthode

public static Cast ( this to, Object instance ) : Object
to this
instance Object
Résultat Object

IsCastableTo() public static méthode

public static IsCastableTo ( this from, Type to ) : bool
from this
to System.Type
Résultat bool

SupportsCastFrom() public static méthode

public static SupportsCastFrom ( this from, Object instance ) : System.Boolean
from this
instance Object
Résultat System.Boolean