RestrictedAccessDictionaryTKey, TValueItem Property |
[Missing <summary> documentation for "P:Bio.Util.RestrictedAccessDictionary`2.Item(`0)"]
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public TValue this[
TKey key
] { get; set; }
Public Default Property Item (
key As TKey
) As TValue
Get
Set
public:
virtual property TValue default[TKey key] {
TValue get (TKey key) sealed;
void set (TKey key, TValue value) sealed;
}
abstract Item : 'TValue with get, set
override Item : 'TValue with get, set
Parameters
- key
- Type: TKey
Property Value
Type:
TValueImplements
IDictionaryTKey, TValueItemTKeySee Also