LevelOfDetailCollection.LevelOfDetailCollection Constructors
Initializes a new instance of the LevelOfDetailCollection class.
Overload List
| Name | Description | |
|---|---|---|
| Public method | LevelOfDetailCollection() | Initializes a new empty instance of the LevelOfDetailCollection class. | 
| Public method | LevelOfDetailCollection(IEnumerable< LevelOfDetail > items) | Initializes a new instance of the LevelOfDetailCollection class with the specified elements. | 
LevelOfDetailCollection()
Initializes a new empty instance of the LevelOfDetailCollection class.Syntax
public LevelOfDetailCollection ()LevelOfDetailCollection(IEnumerable< LevelOfDetail > items)
Initializes a new instance of the LevelOfDetailCollection class with the specified elements.Syntax
public LevelOfDetailCollection (
	IEnumerable< LevelOfDetail > items
)Parameters
items
    Type: A collection of LevelOfDetail 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