NAnt SDK Documentation - v0.92

XmlNamespaceCollection.Item Property

Gets or sets the element at the specified index.

Overload List

Gets or sets the element at the specified index.

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

Gets the XmlNamespace with the specified prefix.

public XmlNamespace this[string] {get;}

See Also

XmlNamespaceCollection Class | NAnt.Core.Types Namespace