Table of Contents

Interface ICustomAttributes

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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>