C# Class Dev2.Studio.Core.AppResources.ExtensionMethods.TypeExtensionMethods

Show file Open project: Warewolf-ESB/Warewolf

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