Table of Contents

Interface IIntFlagsAndAttributes

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

Contains methods which allow to work with flags and attributes. Type of the identifier is integer. Type of the value is object.

public interface IIntFlagsAndAttributes : IFlagsAndAttributes<int, object>, ICustomIntFlags, ICustomFlags<int>, IReadOnlyFlags<int>, ICustomIntAttributes, ICustomAttributes<int, object>, IReadOnlyAttributes<int, object>

Remarks

Both flags and attributes share the same dictionary, so you can't have flag and attribute with the same name.