Utilities.MaskInPlace Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- data
- ArraySegment<Byte>
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
- data
- ArraySegment<Byte>