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