You are here: Start » AVL.NET » Profile.AddRange Method

Profile.AddRange Method

Appends a collection of elements

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public void AddRange
(
	IEnumerable<float> values
)

Parameters

Name Type Range Default Description
valuesSystem.Collections.Generic.IEnumerable<float>

See also