Table of Contents

Interface IReadOnlyFlagsAndAttributes<TKey, TValue>

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

Contains methods which allo to work with readonly flags and attributes.

public interface IReadOnlyFlagsAndAttributes<TKey, TValue> : IReadOnlyFlags<TKey>, IReadOnlyAttributes<TKey, TValue>

Type Parameters

TKey
TValue

Remarks

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

Properties

Attr

Gets attributes provider.

Flags

Gets flags provider.