EmbeddedResourceCollection.

AddRange(EmbeddedResourceCollection) Method

Summary

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

Syntax

public void AddRange(EmbeddedResourceCollection items)

Parameters

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

Return Value

Type Description
void