NAnt SDK Documentation - v0.85-nightly-2005-11-09

NamespaceImportCollection.AddRange Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.DotNet.Types.NamespaceImportCollection.AddRange(NAnt.DotNet.Types.NamespaceImportCollection)

See Also

NamespaceImportCollection Class | NAnt.DotNet.Types Namespace