ResourceFileSetCollection.

Add(ResourceFileSet) Method

Summary

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

Syntax

public int Add(ResourceFileSet item)

Parameters

Name Type Description
item ResourceFileSet The NAnt.DotNet.Types.ResourceFileSet to be added to the end of the collection.

Return Value

Type Description
int The position into which the new element was inserted.