NAnt SDK Documentation - v0.85-nightly-2005-11-09

NamespaceImportCollection.Item Property (String)

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Types.NamespaceImportCollection.Item(System.String)

See Also

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