Esempio n. 1
0
 internal void SetBitInternal(int pos, bool value) => BitHelper.SetBit(ref _rawValue, pos, value);
Esempio n. 2
0
 internal bool GetBit(PermissionsBits pos) => BitHelper.GetBit(_rawValue, (int)pos);