Interface IReadOnlyFlagsAndAttributes<TKey, TValue>
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.