C# Class Revenj.Utility.TypeUtility

Utility for working with reflection
Show file Open project: ngs-doo/revenj

Public Methods

Method Description
GetTypeHierarchy ( this startType ) : List

Get type hierarchy for specified type. All interfaces and base types will be returned. Result will be cached.

Method Details

GetTypeHierarchy() public static method

Get type hierarchy for specified type. All interfaces and base types will be returned. Result will be cached.
public static GetTypeHierarchy ( this startType ) : List
startType this specified type
return List