Identifies a single square in the playing field (SoftwareArchitects.Battleships..::.PlayingField).

Namespace:  SoftwareArchitects.Battleships
Assembly:  SoftwareArchitects.Battleships (in SoftwareArchitects.Battleships.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class Coordinates : MarshalByRefObject
Visual Basic (Declaration)
Public Class Coordinates _
	Inherits MarshalByRefObject
Visual C++
public ref class Coordinates : public MarshalByRefObject

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    SoftwareArchitects.Battleships..::.Coordinates

See Also