Click or drag to resize

BaseListTypeDeclGetAllBaseTypes Method

Get all base type expressions, including those of other parts if this is a partial type.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public List<Expression> GetAllBaseTypes()

Return Value

Type: ListExpression
The list of base type expressions, which might be either null or empty if there aren't any.
See Also