Struct TypeHashingAlgorithms.HashCodeBuilder
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: IL2CPU.Debug.Symbols.Hashing
Assembly: IL2CPU.Debug.Symbols.Net48.dll
Syntax
public struct HashCodeBuilder
Constructors
| Improve this Doc View SourceHashCodeBuilder(String)
Declaration
public HashCodeBuilder(string seed)
Parameters
Type | Name | Description |
---|---|---|
System.String | seed |
Methods
| Improve this Doc View SourceAppend(String)
Declaration
public void Append(string src)
Parameters
Type | Name | Description |
---|---|---|
System.String | src |
ToHashCode()
Declaration
public int ToHashCode()
Returns
Type | Description |
---|---|
System.Int32 |