EmbeddedResourceCollection.

this[string] Property

Summary

Gets the NAnt.DotNet.Types.EmbeddedResource with the specified manifest resource name.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
EmbeddedResourceCollection

Syntax

[System.Runtime.CompilerServices.IndexerName("Item")]
public EmbeddedResource this[string value] { get; }

Attributes

Type Description
IndexerNameAttribute

Parameters

Name Type Description
value string

Value

Type Description
EmbeddedResource