XmlNamespaceCollection.

this[string] Property

Summary

Gets the NAnt.Core.Types.XmlNamespace with the specified prefix.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
XmlNamespaceCollection

Syntax

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

Attributes

Type Description
IndexerNameAttribute

Parameters

Name Type Description
value string

Value

Type Description
XmlNamespace