A Sandcastle Documented Class Library
AddRange Method (range)
NamespacesColladaSourceAddRange(IList)
Adds a range of several elements to the source as one entry
Declaration Syntax
C#Visual BasicVisual C++
public int AddRange(
	IList range
)
Public Function AddRange ( _
	range As IList _
) As Integer
public:
virtual int AddRange(
	IList^ range
) sealed
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)