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