← Back to carmenta.com
Carmenta Engine SDK Documentation
×
Reference Manual

KeyValueTable<System.Double>.AddRange Method

Adds the elements in the specified collection to the KeyValueTable<System.Double>.

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

AddRange(IEnumerable< System.Double > items)

Adds the elements in the specified collection to the KeyValueTable<System.Double>.

Syntax

C#
public void AddRange(
	IEnumerable< KeyValuePair< AttributeValue, System.Double > > items
)

Parameters

items
Type: A collection of key and value pairs.
The collection whose elements should be added to the table.

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