-
Notifications
You must be signed in to change notification settings - Fork 5
506efb32 24f0 e464 7f66 4b4dcf058932
yy edited this page Oct 15, 2018
·
1 revision
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)
C#
public static XXHash32 Create(
string algName
)
- algName
- Type: System.String
The hash algorithm implementation to use.
Type: XXHash32
This method always throws NotSupportedException.
Exception | Condition |
---|---|
NotSupportedException | This method is not be supported. |