Represents an attribute that specifies the number of bits in a bit set.
More...
Inherits DrawerPropertyAttribute.
|
| | BitSetAttribute (int bitCount) |
| | Initializes a new instance of the BitSetAttribute class with the specified number of bits.
|
|
| PropertyAttribute (bool applyToCollection=false) |
|
|
int | BitCount [get] |
| | Gets the number of bits in the bit set.
|
|
new bool | applyToCollection [get] |
|
|
| DrawerPropertyAttribute (bool applyToCollection=false) |
Represents an attribute that specifies the number of bits in a bit set.
◆ BitSetAttribute()
| BitSetAttribute |
( |
int | bitCount | ) |
|
Initializes a new instance of the BitSetAttribute class with the specified number of bits.
- Parameters
-
| bitCount | The number of bits in the bit set. |