Show / Hide Table of Contents

Class CellPath

Inheritance
System.Object
CellPath
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public class CellPath : Object

Constructors

CellPath()

Declaration
public CellPath()

Fields

Steps

Declaration
public IList<Step> Steps
Field Value
Type Description
System.Collections.Generic.IList<Step>

Properties

Cells

Declaration
public IEnumerable<Cell> Cells { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Cell>

Dest

Declaration
public Cell Dest { get; }
Property Value
Type Description
Cell

Length

Declaration
public float Length { get; }
Property Value
Type Description
System.Single

Src

Declaration
public Cell Src { get; }
Property Value
Type Description
Cell

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
In This Article
Back to top Generated by DocFX