[Missing <summary> documentation for "M:Couchbase.IO.Converters.AutoByteConverter.SetBit(System.Byte@,System.Int32,System.Boolean)"]
Namespace: Couchbase.IO.ConvertersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic void SetBit(
ref byte theByte,
int position,
bool value
)
public void SetBit(
ref byte theByte,
int position,
bool value
)
Public Sub SetBit (
ByRef theByte As Byte,
position As Integer,
value As Boolean
)
Public Sub SetBit (
ByRef theByte As Byte,
position As Integer,
value As Boolean
)
public:
virtual void SetBit(
unsigned char% theByte,
int position,
bool value
) sealed
public:
virtual void SetBit(
unsigned char% theByte,
int position,
bool value
) sealed
abstract SetBit :
theByte : byte byref *
position : int *
value : bool -> unit
override SetBit :
theByte : byte byref *
position : int *
value : bool -> unit
abstract SetBit :
theByte : byte byref *
position : int *
value : bool -> unit
override SetBit :
theByte : byte byref *
position : int *
value : bool -> unit
Parameters
- theByte
- Type: System.Byte
[Missing <param name="theByte"/> documentation for "M:Couchbase.IO.Converters.AutoByteConverter.SetBit(System.Byte@,System.Int32,System.Boolean)"]
- position
- Type: System.Int32
[Missing <param name="position"/> documentation for "M:Couchbase.IO.Converters.AutoByteConverter.SetBit(System.Byte@,System.Int32,System.Boolean)"]
- value
- Type: System.Boolean
[Missing <param name="value"/> documentation for "M:Couchbase.IO.Converters.AutoByteConverter.SetBit(System.Byte@,System.Int32,System.Boolean)"]
Implements
IByteConverter.SetBit(Byte, Int32, Boolean)
See Also