Interface IReadOnlyFlags<TKey>
Contains methods and properties which allow to get readonly access to flags.
public interface IReadOnlyFlags<TKey>
Type Parameters
TKeyType of the flag identifier.
Properties
- this[TKey]
Calls HasFlag(TKey).
Methods
- HasFlag(TKey)
Flag with
idwas added.