NAnt SDK Documentation - v0.92

NamespaceImportCollection.Item Property (String)

Gets the NamespaceImport with the specified namespace.

[Visual Basic]
Overloads Public Default ReadOnly Property Item( _
   ByVal value As String _
) As NamespaceImport
[C#]
public NamespaceImport this[
   string value
] {get;}

Parameters

value
The namespace of the NamespaceImport to get.

See Also

NamespaceImportCollection Class | NAnt.DotNet.Types Namespace | NamespaceImportCollection.Item Overload List