Click or drag to resize
AATreeTKey, TValue Properties

The AATreeTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements present in the AATree.
Public propertyDefaultValue
Gets or sets the default value for TValue type. This DefaultValue is returned from indexer or TryGetValue methods when the key is not found in the AATree.
Public propertyItem
Gets or sets the value for the specified key. Get Method, if the key is found then the associated value will be returned, else DefaultValue is returned. Set Method, if the key is found then associated value is replaced with the specified value, else Add method will be called to add key and value.
Top
See Also