Skip to content

Add TypeExtensions.IsDecorated() #3

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();

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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