Click or drag to resize
RestrictedAccessDictionaryTKey, TValueValues Property

[Missing <summary> documentation for "P:Bio.Util.RestrictedAccessDictionary`2.Values"]

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public ICollection<TValue> Values { get; }

Property Value

Type: ICollectionTValue

Implements

IDictionaryTKey, TValueValues
See Also