NAnt SDK Documentation - v0.92

EmbeddedResourceCollection.Add Method 

Adds a EmbeddedResource to the end of the collection.

[Visual Basic]
Public Function Add( _
   ByVal value As EmbeddedResource _
) As Integer
[C#]
public int Add(
   EmbeddedResource value
);

Parameters

value
The EmbeddedResource to be added to the end of the collection.

Return Value

The position into which the new item was inserted.

See Also

EmbeddedResourceCollection Class | NAnt.DotNet.Types Namespace