NAnt SDK Documentation - v0.92

PatternCollection.Add Method 

Adds a Pattern to the end of the collection.

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

Parameters

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

Return Value

The position into which the new element was inserted.

See Also

PatternCollection Class | NAnt.Core.Types Namespace