NAnt SDK Documentation - v0.92

ResourceFileSetCollection.Add Method 

Adds a ResourceFileSet to the end of the collection.

[Visual Basic]
Public Function Add( _
   ByVal item As ResourceFileSet _
) As Integer
[C#]
public int Add(
   ResourceFileSet item
);

Parameters

item
The ResourceFileSet to be added to the end of the collection.

Return Value

The position into which the new element was inserted.

See Also

ResourceFileSetCollection Class | NAnt.DotNet.Types Namespace