NAnt SDK Documentation - v0.92
PropertyDictionary.Item Property
Indexer property.
[Visual Basic]
Overridable Public Default Property Item( _
ByVal
name
As
String
_
) As
String
[C#]
public virtual
string
this[
string
name
] {get; set;}
See Also
PropertyDictionary Class
|
NAnt.Core Namespace