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

PropertyDictionary.OnSet Method 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.Core.PropertyDictionary.OnSet(System.Object,System.Object,System.Object)

[Visual Basic]
Overrides Protected Sub OnSet( _
   ByVal key As Object, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
)
[C#]
protected override void OnSet(
   object key,
   object oldValue,
   object newValue
);

Parameters

key
Missing <param> documentation for key
oldValue
Missing <param> documentation for oldValue
newValue
Missing <param> documentation for newValue

Remarks

Missing <remarks> documentation for M:NAnt.Core.PropertyDictionary.OnSet(System.Object,System.Object,System.Object)

See Also

PropertyDictionary Class | NAnt.Core Namespace