EmbeddedResourceCollection.

Add(EmbeddedResource) Method

Summary

Adds a NAnt.DotNet.Types.EmbeddedResource to the end of the collection.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
EmbeddedResourceCollection

Syntax

public int Add(EmbeddedResource value)

Parameters

Name Type Description
value EmbeddedResource The NAnt.DotNet.Types.EmbeddedResource to be added to the end of the collection.

Return Value

Type Description
int The position into which the new item was inserted.