Class DataDrivenData
Inheritance
System.Object
DataDrivenData
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public class DataDrivenData : Object
Constructors
DataDrivenData()
Declaration
public DataDrivenData()
Properties
Cells
Declaration
public IDictionary<Cell, DataDrivenCellData> Cells { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<Cell, DataDrivenCellData> |
Moves
Declaration
public IDictionary<(Cell, CellDir), (Cell, CellDir, Connection)> Moves { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.ValueTuple<Cell, CellDir>, System.ValueTuple<Cell, CellDir, Connection>> |