Table of Contents

Interface IFlagsAndAttributes

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

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

public interface IFlagsAndAttributes : IFlagsAndAttributes<string, object>, ICustomFlags<string>, IReadOnlyFlags<string>, ICustomAttributes<string, object>, IReadOnlyAttributes<string, object>

Remarks

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