C# Class HereSay.Definitions.IDefinitionManagerExtensions

Show file Open project: jamestharpe/HereSay

Public Methods

Method Description
GetTypesAssignableFrom ( this definitions, Type type ) : System.Type[]

Gets an array of Types that are assignable from the given type with the specified IDefinitionManager.

Method Details

GetTypesAssignableFrom() public static method

Gets an array of Types that are assignable from the given type with the specified IDefinitionManager.
public static GetTypesAssignableFrom ( this definitions, Type type ) : System.Type[]
definitions this
type System.Type The to find other types that are /// assignable from this type.
return System.Type[]