NAnt SDK Documentation - v0.92

EmbeddedResourceCollection.AddRange Method 

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

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

Parameters

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

See Also

EmbeddedResourceCollection Class | NAnt.DotNet.Types Namespace