TreePathId Structure

Uniquely identifies a graph node within a set of unrelated graph runs. Encodes OID-like identifiers (e.g., 7.3.11.22.5) into a compact binary format.

Definition

Namespace: Quine.Schemas.Graph
Assembly: Quine.Schemas.Graph (in Quine.Schemas.Graph.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
[DataContractAttribute(Namespace = "http://schemas.quine.no/graph/v8_0.xsd")]
public readonly struct TreePathId : IEquatable<TreePathId>
Inheritance
Object    ValueType    TreePathId
Implements
IEquatableTreePathId

Properties

IsNull True for a default instance.
Value Binary representation of the ID.

Methods

Operators

See Also