Table of Contents

Interface IReadOnlyFlags<TKey>

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

Contains methods and properties which allow to get readonly access to flags.

public interface IReadOnlyFlags<TKey>

Type Parameters

TKey

Type of the flag identifier.

Properties

this[TKey]

Calls HasFlag(TKey).

Methods

HasFlag(TKey)

Flag with id was added.