Пример #1
0
 internal void SetBitInternal(int pos, bool value) => BitHelper.SetBit(ref _rawValue, pos, value);
Пример #2
0
 internal bool GetBit(PermissionsBits pos) => BitHelper.GetBit(_rawValue, (int)pos);