[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for M:Mogware.VisualStudio.ColladaNet.ISource.AddRange(System.Collections.IList)]

Namespace:  Mogware.VisualStudio.ColladaNet
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3216 (1.0.0.3216)

Syntax

C#
int AddRange(
	IList range
)
Visual Basic (Declaration)
Function AddRange ( _
	range As IList _
) As Integer
Visual C++
int AddRange(
	IList^ range
)

Parameters

range
Type: System.Collections..::.IList

[Missing <param name="range"/> documentation for "M:Mogware.VisualStudio.ColladaNet.ISource.AddRange(System.Collections.IList)"]

Return Value

[Missing <returns> documentation for M:Mogware.VisualStudio.ColladaNet.ISource.AddRange(System.Collections.IList)]

See Also