Class ExpressionSlimHashingExtensions
Provides a set of extension methods to perform stable hashing of expression trees.
Inheritance
System.Object
ExpressionSlimHashingExtensions
Namespace: System.Linq.Expressions
Assembly: Nuqleon.Linq.Expressions.Bonsai.Hashing.dll
Syntax
public static class ExpressionSlimHashingExtensions : Object
Methods
GetStableHashCode(ExpressionSlim, StableExpressionSlimHashingOptions)
Gets a stable hash code for the specified expression using the specified options.
Declaration
public static int GetStableHashCode(this ExpressionSlim expression, StableExpressionSlimHashingOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| ExpressionSlim | expression | The expression tree to compute a stable hash code for. |
| StableExpressionSlimHashingOptions | options | Options to influence the behavior of stable hashing of expression trees. |
Returns
| Type | Description |
|---|---|
| System.Int32 | A stable hash code for the specified |