C#
Objective-C
C++/CLI
Java
public int HighBit { get; set; }
@property (nonatomic, assign) NSUInteger highBit;
public int getHighBit()
public void setHighBit(int value)
public:
property int HighBit {
int get();
void set ( int value);
}
Value that indicates the highest (most significant) bit set.