Loading...
Searching...
No Matches
PixelCrushers.TypeUtility Class Reference

Static Public Member Functions

static List< Type > GetSubtypes< T > ()
 Gets all non-abstract subtypes of a specified type.
 
static System.Type GetWrapperType (System.Type type)
 

Member Function Documentation

◆ GetSubtypes< T >()

static List< Type > PixelCrushers.TypeUtility.GetSubtypes< T > ( )
inlinestatic

Gets all non-abstract subtypes of a specified type.

Template Parameters
TParent type.
Returns
List of all non-abstract subtypes descended from the parent type.
Type Constraints
T :class 

◆ GetWrapperType()

static System.Type PixelCrushers.TypeUtility.GetWrapperType ( System::Type  type)
inlinestatic

The documentation for this class was generated from the following file: