BuildMaster SDK Reference
Version:

GetBaseTypes(System.Type type) Method

Returns an enumeration of the specified type and all its base types.

Syntax

public static IEnumerable<System.Type> GetBaseTypes(System.Type type)

Parameters

type
Type: System.Type

The type to enumerate.

Returns

The specified type and all its base types.