NAnt SDK Documentation - v0.92

EmbeddedResourceCollection.Item Property

Gets or sets the item at the specified index.

Overload List

Gets or sets the item at the specified index.

public EmbeddedResource this[int] {get; set;}

Gets the EmbeddedResource with the specified manifest resource name.

public EmbeddedResource this[string] {get;}

See Also

EmbeddedResourceCollection Class | NAnt.DotNet.Types Namespace