PatternCollection.

Insert(int, Pattern) Method

Summary

Inserts a NAnt.Core.Types.Pattern into the collection at the specified index.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
PatternCollection

Syntax

public void Insert(int index, Pattern item)

Parameters

Name Type Description
index int The zero-based index at which item should be inserted.
item Pattern The NAnt.Core.Types.Pattern to insert.

Return Value

Type Description
void