BitArrayCopier Class
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.
Copier for Byte arrays.
[Orleans.RegisterCopier]
public sealed class BitArrayCopier : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.BitArray>
[<Orleans.RegisterCopier>]
type BitArrayCopier = class
interface IDeepCopier<BitArray>
interface IDeepCopier
Public NotInheritable Class BitArrayCopier
Implements IDeepCopier(Of BitArray)
- Inheritance
-
BitArrayCopier
- Attributes
- Implements
Constructors
BitArrayCopier() |
Methods
DeepCopy(BitArray, CopyContext) |
Creates a deep copy of the provided input. |
Explicit Interface Implementations
IDeepCopier<BitArray>.DeepCopy(BitArray, CopyContext) |
Creates a deep copy of the provided input. |