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

FrameworkInfoDictionary.Item Property

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for P:NAnt.Core.FrameworkInfoDictionary.Item(System.String)

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

Parameters

key
Missing <param> documentation for key

Remarks

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

See Also

FrameworkInfoDictionary Class | NAnt.Core Namespace