Table of Contents

Interface IParserExecutionStateHashable

Namespace
Utils.Parser.Runtime
Assembly
Utils.Parser.dll

Provides an explicit structural hash contract for user objects stored inside parser execution contexts.

public interface IParserExecutionStateHashable
Extension Methods

Methods

GetParserExecutionStateHash()

Computes the object contribution to a parser execution-state key.

ulong GetParserExecutionStateHash()

Returns

ulong

A deterministic hash for the state represented by the object.