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
items
    Type: A collection of Triangle 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