Quantum 3
3.0.10
Represents an attribute that specifies the number of bits in a bit set. More...
Public Member Functions | |
| BitSetAttribute (int bitCount) | |
| Initializes a new instance of the BitSetAttribute class with the specified number of bits. More... | |
Properties | |
| int | BitCount [get] |
| Gets the number of bits in the bit set. More... | |
Properties inherited from Quantum.PropertyAttribute | |
| int | order [get, set] |
| The order in which the property will be displayed. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Quantum.DrawerPropertyAttribute | |
| DrawerPropertyAttribute (bool applyToCollection=false) | |
Represents an attribute that specifies the number of bits in a bit set.
|
inline |
Initializes a new instance of the BitSetAttribute class with the specified number of bits.
| bitCount | The number of bits in the bit set. |
|
get |
Gets the number of bits in the bit set.