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