Skip to content

Add TypeExtensions.IsDecorated() #3

@lawrence-laz

Description

@lawrence-laz

There should be an easy way to check if a specific type is decorated.
Notice that this has to check the full hierarchy and not just the current type.

Api could be a simple extension method:

bool isMyClassDecorated = typof(MyClass).IsDecorated();

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions