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

PropertyDictionary Methods

The methods of the PropertyDictionary class are listed below. For a complete list of PropertyDictionary class members, see the PropertyDictionary Members topic.

Public Instance Methods

Add Adds a property to the collection.
AddReadOnly Adds a property that cannot be changed.
Clear (inherited from DictionaryBase) 
Contains Determines whether a property already exists.
CopyTo (inherited from DictionaryBase) 
Equals (inherited from Object) 
ExpandProperties Expands a String from known properties.
GetEnumerator (inherited from DictionaryBase) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Inherit Inherits properties from an existing property dictionary Instance.
IsDynamicProperty Determines whether the specified property is listed as dynamic.
IsReadOnlyProperty Determines whether the specified property is listed as read-only.
MarkDynamic Marks a property as a property of which the value is expanded at execution time.
Remove Removes the property with the specified name.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 
OnClearMissing <summary> documentation for M:NAnt.Core.PropertyDictionary.OnClear
OnClearComplete (inherited from DictionaryBase) 
OnGet (inherited from DictionaryBase) 
OnInsert Performs additional custom processes before inserting a new element into the DictionaryBase instance.
OnInsertComplete (inherited from DictionaryBase) 
OnRemove (inherited from DictionaryBase) 
OnRemoveComplete (inherited from DictionaryBase) 
OnSetMissing <summary> documentation for M:NAnt.Core.PropertyDictionary.OnSet(System.Object,System.Object,System.Object)
OnSetComplete (inherited from DictionaryBase) 
OnValidate Performs additional custom processes when validating the element with the specified key and value.

See Also

PropertyDictionary Class | NAnt.Core Namespace