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; }