Interface IReadOnlyFlags<TKey>
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.