Constructors
Defines the constructors for the Position class.
less than a minute
Overloads
Position()
- Initializes a new instance of the Position class.
Position()
Initializes a new instance of the Position class.
[Position]::new()
You can create a Position by casting a hash table of the class’s properties
to a variable with the [Position]
type.
Last modified March 3, 2023: (MAINT) Rename Source folder to Projects (8b45aed)