Bitmask property

int? Bitmask
Gets or sets the bitmask to compare the property with.

Implementation

int? get Bitmask => this.bitmask;
void Bitmask=(int? value)

Implementation

set Bitmask(int? value) => this.bitmask = value;