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 public List<Expression> GetAllBaseTypes()
Return Value
Type:
ListExpressionThe list of base type expressions, which might be either null or empty if there aren't any.
See Also