BitArrayCopier.DeepCopy(BitArray, CopyContext) 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.
Creates a deep copy of the provided input.
public static System.Collections.BitArray DeepCopy(System.Collections.BitArray input, Orleans.Serialization.Cloning.CopyContext context);
static member DeepCopy : System.Collections.BitArray * Orleans.Serialization.Cloning.CopyContext -> System.Collections.BitArray
Public Shared Function DeepCopy (input As BitArray, context As CopyContext) As BitArray
Parameters
- input
- BitArray
The input.
- context
- CopyContext
The context.
Returns
A copy of input
.