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