Show / Hide Table of Contents

Class DataDrivenData

Inheritance
object
DataDrivenData
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public class DataDrivenData

Constructors

DataDrivenData()

Declaration
public DataDrivenData()

Properties

Cells

Declaration
public IDictionary<Cell, DataDrivenCellData> Cells { get; set; }
Property Value
Type Description
IDictionary<Cell, DataDrivenCellData>

Moves

Declaration
public IDictionary<(Cell, CellDir), (Cell, CellDir, Connection)> Moves { get; set; }
Property Value
Type Description
IDictionary<(Cell, CellDir), (Cell, CellDir, Connection)>
In this article
Back to top Generated by DocFX