Show / Hide Table of Contents

Struct Statics.CharHash

Hashing function for .

Implements
IFunc<System.Char, System.Int32>
Namespace: Towel
Assembly: Towel.dll
Syntax
public struct CharHash : IFunc<char, int>

Methods

| Improve this Doc View Source

Invoke(Char)

Declaration
public int Invoke(char a)
Parameters
Type Name Description
System.Char a
Returns
Type Description
System.Int32

Implements

IFunc<T1, TResult>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX