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

PropertyDictionary.Item Property

[This is preliminary documentation and subject to change.]

Indexer property.

[Visual Basic]
Overridable Public Default Property Item( _
   ByVal name As String _
) As String
[C#]
public virtual string this[
   string name
] {get; set;}

Parameters

name
Missing <param> documentation for name

Remarks

Missing <remarks> documentation for P:NAnt.Core.PropertyDictionary.Item(System.String)

See Also

PropertyDictionary Class | NAnt.Core Namespace