Photon Quantum 3.0.0

Public Member Functions | Properties | List of all members
Quantum.BitSetAttribute Class Reference

Represents an attribute that specifies the number of bits in a bit set. More...

Inheritance diagram for Quantum.BitSetAttribute:
Quantum.DrawerPropertyAttribute Quantum.PropertyAttribute

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...
 

Detailed Description

Represents an attribute that specifies the number of bits in a bit set.

Constructor & Destructor Documentation

◆ BitSetAttribute()

Quantum.BitSetAttribute.BitSetAttribute ( int  bitCount)
inline

Initializes a new instance of the BitSetAttribute class with the specified number of bits.

Parameters
bitCountThe number of bits in the bit set.

Property Documentation

◆ BitCount

int Quantum.BitSetAttribute.BitCount
get

Gets the number of bits in the bit set.