Edit

Share via


Crc32.Clone Method

Definition

Creates a clone of the current instance with a copy of the current instance's internal state.

public:
 System::IO::Hashing::Crc32 ^ Clone();
public System.IO.Hashing.Crc32 Clone();
member this.Clone : unit -> System.IO.Hashing.Crc32
Public Function Clone () As Crc32

Returns

A new instance that will produce the same sequence of values as the current instance.

Applies to