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