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