NAnt SDK Documentation - v0.92

SymbolCollection.Item Property

Gets or sets the element at the specified index.

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

Parameters

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

See Also

SymbolCollection Class | NAnt.VisualCpp.Types Namespace