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

NamespaceImportCollection.Item Property (Int32)

[This is preliminary documentation and subject to change.]

Gets or sets the item at the specified index.

[Visual Basic]
Overloads Public Default Property Item( _
   ByVal index As Integer _
) As NamespaceImport
[C#]
public NamespaceImport this[
   int index
] {get; set;}

Parameters

index
The zero-based index of the item to get or set.

Remarks

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

See Also

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