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

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public TValue this[
	TKey key
] { get; set; }

Parameters

key
Type: TKey
Key to search.

Property Value

Type: TValue
See Also