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