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