Skip to content

506efb32 24f0 e464 7f66 4b4dcf058932

yy edited this page Oct 15, 2018 · 1 revision

XXHash32.Create Method (String)

Creates an instance of the specified implementation of XXHash32 algorithm. This method always throws NotSupportedException.

Namespace: YYProject.XXHash
Assembly: YYProject.XXHash (in YYProject.XXHash.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static XXHash32 Create(
	string algName
)

Parameters

 

algName
Type: System.String
The hash algorithm implementation to use.

Return Value

Type: XXHash32
This method always throws NotSupportedException.

Exceptions

 

Exception Condition
NotSupportedException This method is not be supported.

See Also

Reference

XXHash32 Class
Create Overload
YYProject.XXHash Namespace

Clone this wiki locally