Interface ICustomAttributes
Contains methods and properties which allow to work with attributes. Type of the identifier is string. Type of the value is object.
public interface ICustomAttributes : ICustomAttributes<string, object>, IReadOnlyAttributes<string, object>