C# Class CommandApp.TypeExtensions

Afficher le fichier Open project: arielbh/CodeCommander

Méthodes publiques

Méthode Description
InheritsOrImplements ( this child, Type parent ) : bool

Private Methods

Méthode Description
HasAnyInterfaces ( Type parent, Type child ) : bool
ResolveGenericTypeDefinition ( Type parent ) : Type

Method Details

InheritsOrImplements() public static méthode

public static InheritsOrImplements ( this child, Type parent ) : bool
child this
parent System.Type
Résultat bool