C# Class BoC.Extensions.TypeExtensions

Afficher le fichier Open project: csteeg/BoC

Méthodes publiques

Méthode Description
IsGenericAssignableFrom ( this genericType, Type other ) : bool
PropertyExists ( this type, string propertyName ) : bool

Method Details

IsGenericAssignableFrom() public static méthode

public static IsGenericAssignableFrom ( this genericType, Type other ) : bool
genericType this
other System.Type
Résultat bool

PropertyExists() public static méthode

public static PropertyExists ( this type, string propertyName ) : bool
type this
propertyName string
Résultat bool