'Declaration <PureAttribute()> Public Shared Function SetFlags( _ ByVal value As Integer, _ ByVal mask As Integer, _ ByVal setting As Boolean _ ) As Integer
'Declaration
<PureAttribute()> Public Shared Function SetFlags( _ ByVal value As Integer, _ ByVal mask As Integer, _ ByVal setting As Boolean _ ) As Integer
[Pure()] public static int SetFlags( int value, int mask, bool setting )
[Pure()] public: static int SetFlags( int value, int mask, bool setting )
Bitmask Class Bitmask Members