These v19 docs are archived 🔒.
Go to the
latest docs home
or try if
this exact page is available
in the latest docs.
Interface IHasDecorators<T>
This marks objects which carry additional decorator information
[InternalApi_DoNotUse_MayChangeWithoutNotice("Marks objects which have decorator information")]
public interface IHasDecorators<T>
Type Parameters
T
Properties
Decorators
IEnumerable<IDecorator<T>> Decorators { get; }