Summary
Inserts a
NAnt.DotNet.Types.ResourceFileSet into the collection at the specified index.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- Resource
File Set Collection
Syntax
public void Insert(int index, ResourceFileSet item)
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | The zero-based index at which item should be inserted. |
| item | ResourceFileSet | The NAnt.DotNet.Types.ResourceFileSet to insert. |
Return Value
| Type | Description |
|---|---|
| void |
