Bitmask property

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

Implementation

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

Implementation

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