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