Show / Hide Table of Contents

Class CellPath

Inheritance
object
CellPath
Inherited Members
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 CellPath

Constructors

CellPath()

Declaration
public CellPath()

Fields

Steps

Declaration
public IList<Step> Steps
Field Value
Type Description
IList<Step>

Properties

Cells

Declaration
public IEnumerable<Cell> Cells { get; }
Property Value
Type Description
IEnumerable<Cell>

Dest

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

Length

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

Src

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

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
In this article
Back to top Generated by DocFX