LevelOfDetailCollection.Reserve Method
Preallocates space in the internal kernel array to avoid unnecessary memory reallocations.
Reserve(System.Int32 size)
Preallocates space in the internal kernel array to avoid unnecessary memory reallocations.Syntax
public void Reserve (
System.Int32 size
)
Parameters
The number of elements that can be added to the collection without requiring reallocation of the internal kernel array.
Remarks
If you know beforehand how many elements you are going to add to a collection, call this method first to reserve the space needed. This will avoid unnecessary memory reallocations of the internal kernel array as the elements are added.
Platforms
Windows, Linux, Android