C# Class CommandApp.TypeExtensions

Show file Open project: arielbh/CodeCommander

Public Methods

Method Description
InheritsOrImplements ( this child, Type parent ) : bool

Private Methods

Method Description
HasAnyInterfaces ( Type parent, Type child ) : bool
ResolveGenericTypeDefinition ( Type parent ) : Type

Method Details

InheritsOrImplements() public static method

public static InheritsOrImplements ( this child, Type parent ) : bool
child this
parent System.Type
return bool