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: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public TValue DefaultValue { get; set; }
Public Property DefaultValue As TValue
Get
Set
public:
property TValue DefaultValue {
TValue get ();
void set (TValue value);
}
member DefaultValue : 'TValue with get, set
Property Value
Type:
TValueSee Also