NamespaceImportCollection.

this[string] Property

Summary

Gets the NAnt.DotNet.Types.NamespaceImport with the specified namespace.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
NamespaceImportCollection

Syntax

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

Attributes

Type Description
IndexerNameAttribute

Parameters

Name Type Description
value string

Value

Type Description
NamespaceImport