Interface Methods
From Simplexity
Simplexity Documentation
Interface Methods |
The Interface type exposes the following members.
| Name | Description | |
|---|---|---|
| AskColumn |
Renders the question about the column in which the player wants to
play
| |
| AskPiece |
Renders the question about which piece the player wants to play
| |
| CurrentTurn |
Indicates the current turn
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| ErrorColumn |
Renders the error for when the player inputs a wrong column number
| |
| ErrorPiece |
Renders the error for when the player inputs a wrong piece
| |
| ErrorPlace |
Renders the error for when the player places a piece in a filled
row
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FinalMessage |
Displays the final message
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ShowBoard |
Renders the board
| |
| ShowInfo |
Renders the information available to the player
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |