Cube Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the Cube class.
Overload List
Name | Description | |
---|---|---|
Cube() | Initializes a new instance of the Cube class. | |
Cube(Cube) | Initializes a new instance of the Cube class based on another Cube object. | |
Cube(String, String, String) | Initializes a new instance of the Cube class, based on the specified properties. |
Top