A Sandcastle Documented Class Library
AddRange Method (range)
NamespacesColladaISourceAddRange(IList)
Adds a range of several elements to the source as one entry
Declaration Syntax
C#Visual BasicVisual C++
int AddRange(
	IList range
)
Function AddRange ( _
	range As IList _
) As Integer
int AddRange(
	IList^ range
)
Parameters
range (IList)
List of elements to add
Return Value
Returns the entry index (not element index) of the entry in the source. If the entry already exists in the source it will return the entry index of the previously existing entry without adding the new entry.

Assembly: Collada (Module: Collada) Version: 1.0.0.0 (1.0.0.0)