C# Class Stubble.Core.TypeHelper

Helpers for changes relating to DotNet Core
Exibir arquivo Open project: StubbleOrg/Stubble

Public Methods

Method Description
IsSubclassOf ( this a, Type b ) : bool

Determines whether the current Type from the specified Type

Method Details

IsSubclassOf() public static method

Determines whether the current Type from the specified Type
public static IsSubclassOf ( this a, Type b ) : bool
a this The type to compare the second type to
b System.Type The type to compare to the first type
return bool