Edit

Share via


XxHash3.Clone Method

Definition

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

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

Returns

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

Applies to