Lost Lily/Grid ToolkitDocs 1.0
Table of Contents

GridAddress

Note

Stable API. Supported for production use within the 1.x compatibility contract.

Contract Value
Assembly LostLily.GridToolkit.Runtime
Namespace LostLily.GridToolkit.Coordinates
Kind struct
Tier Stable
Roles CustomerWorkflow
Validated version 1.0.0

Declaration

type struct LostLily.GridToolkit.Coordinates.GridAddress : System.IEquatable<LostLily.GridToolkit.Coordinates.GridAddress>

Public members

Methods

System.Boolean Equals(LostLily.GridToolkit.Coordinates.GridAddress)
System.Boolean Equals(System.Object)
System.Int32 GetHashCode()
System.String ToString()
System.Void .ctor(System.String,LostLily.GridToolkit.Coordinates.GridCoordinate)

Properties

LostLily.GridToolkit.Coordinates.GridCoordinate Coordinate { get; }
System.String TopologyId { get; }

Versioning

Generated from the public Grid Toolkit 1.0.0 API metadata. Use the tier above when deciding how strongly to couple your project to this contract.