NAnt SDK Documentation - v0.92

DataTypeBaseDictionary.Item Property

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

See Also

DataTypeBaseDictionary Class | NAnt.Core Namespace