XxHash128.Clone 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.
Returns a clone of the current instance, with a copy of the current instance's internal state.
public:
System::IO::Hashing::XxHash128 ^ Clone();
public System.IO.Hashing.XxHash128 Clone();
member this.Clone : unit -> System.IO.Hashing.XxHash128
Public Function Clone () As XxHash128
Returns
A new instance that will produce the same sequence of values as the current instance.