TerrainSpeedCollection.TerrainSpeedCollection Constructors
Initializes a new instance of the TerrainSpeedCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | TerrainSpeedCollection() | Initializes a new empty instance of the TerrainSpeedCollection class. |
Public method | TerrainSpeedCollection(IEnumerable< TerrainSpeed > items) | Initializes a new instance of the TerrainSpeedCollection class with the specified elements. |
TerrainSpeedCollection()
Initializes a new empty instance of the TerrainSpeedCollection class.Syntax
public TerrainSpeedCollection ()
TerrainSpeedCollection(IEnumerable< TerrainSpeed > items)
Initializes a new instance of the TerrainSpeedCollection class with the specified elements.Syntax
public TerrainSpeedCollection (
IEnumerable< TerrainSpeed > items
)
Parameters
items
Type: A collection of TerrainSpeed elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android