Class GhostGridCell5
Ghost cell points to itself but is not a master. used to take place
of undiscovered grid placements.
Inheritance
GhostGridCell5
Assembly: CoverageKiller2.dll
Syntax
public class GhostGridCell5 : GridCell5
Constructors
GhostGridCell5()
Declaration
Properties
IsGhostCell
Declaration
public override bool IsGhostCell { get; }
Property Value
Overrides
IsMasterCell
Declaration
public override bool IsMasterCell { get; }
Property Value
Overrides
MasterCell
Declaration
public override GridCell5 MasterCell { get; }
Property Value
Overrides
Extension Methods