ResourceFileSetCollection.

AddRange(ResourceFileSetCollection) Method

Summary

Adds the elements of a NAnt.DotNet.Types.ResourceFileSetCollection to the end of the collection.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
ResourceFileSetCollection

Syntax

public void AddRange(ResourceFileSetCollection items)

Parameters

Name Type Description
items ResourceFileSetCollection The NAnt.DotNet.Types.ResourceFileSetCollection to be added to the end of the collection.

Return Value

Type Description
void