ResourceFileSetCollection.

AddRange(ResourceFileSet[]) Method

Summary

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

Syntax

public void AddRange(ResourceFileSet[] items)

Parameters

Name Type Description
items ResourceFileSet[] The array of NAnt.DotNet.Types.ResourceFileSet elements to be added to the end of the collection.

Return Value

Type Description
void