An abstract class for bit-based flag arrays which are written in 64-bit chunks.
Inheritance: Flags
Esempio n. 1
0
 /// <inheritdoc />
 protected LongFlags(LongFlags other)
     : base(other)
 {
 }
Esempio n. 2
0
 /// <inheritdoc />
 protected LongFlags(LongFlags other)
     : base(other)
 {
 }