Click or drag to resize
AATreeTKey, TValueDefaultValue Property
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.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public TValue DefaultValue { get; set; }

Property Value

Type: TValue
See Also