← Back to carmenta.com
Carmenta Engine SDK Documentation
×

LayerCollection.AddRange Methods

Adds the contents of another collection to the end of this collection.

Thread safety: This method is not thread-safe. Show

AddRange(IEnumerable< Layer > items)

Adds the elements of the specified collection to the end of the collection.

Syntax

C#
public void AddRange ( 
	IEnumerable< Layer > items
)

Parameters

items
Type: A collection of Layer elements.
The collection whose elements should be added to the end of the collection.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept