Click or drag to resize
RestrictedAccessDictionaryTKey, TValueItem Property

[Missing <summary> documentation for "P:Bio.Util.RestrictedAccessDictionary`2.Item(`0)"]

Namespace: Bio.Util
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

Property Value

Type: TValue

Implements

IDictionaryTKey, TValueItemTKey
See Also