NAnt SDK Documentation - v0.92

NamespaceImportCollection.AddRange Method 

Adds the items of a NamespaceImportCollection to the end of the collection.

[Visual Basic]
Public Sub AddRange( _
   ByVal items As NamespaceImportCollection _
)
[C#]
public void AddRange(
   NamespaceImportCollection items
);

Parameters

items
The NamespaceImportCollection to be added to the end of the collection.

See Also

NamespaceImportCollection Class | NAnt.DotNet.Types Namespace