Utilities.MaskInPlace Method

Definition

Overloads

MaskInPlace(Int32, ArraySegment<Byte>)
MaskInPlace(Int32, Int32, ArraySegment<Byte>)

MaskInPlace(Int32, ArraySegment<Byte>)

public:
 static void MaskInPlace(int mask, ArraySegment<System::Byte> data);
public static void MaskInPlace (int mask, ArraySegment<byte> data);
static member MaskInPlace : int * ArraySegment<byte> -> unit
Public Shared Sub MaskInPlace (mask As Integer, data As ArraySegment(Of Byte))

Parameters

mask
Int32

Applies to

MaskInPlace(Int32, Int32, ArraySegment<Byte>)

public:
 static void MaskInPlace(int mask, int % maskOffset, ArraySegment<System::Byte> data);
public static void MaskInPlace (int mask, ref int maskOffset, ArraySegment<byte> data);
static member MaskInPlace : int * int * ArraySegment<byte> -> unit
Public Shared Sub MaskInPlace (mask As Integer, ByRef maskOffset As Integer, data As ArraySegment(Of Byte))

Parameters

mask
Int32
maskOffset
Int32

Applies to