RestrictedAccessDictionaryTKey, TValueKeys Property |
[Missing <summary> documentation for "P:Bio.Util.RestrictedAccessDictionary`2.Keys"]
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public ICollection<TKey> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of TKey)
Get
public:
virtual property ICollection<TKey>^ Keys {
ICollection<TKey>^ get () sealed;
}
abstract Keys : ICollection<'TKey> with get
override Keys : ICollection<'TKey> with get
Property Value
Type:
ICollectionTKeyImplements
IDictionaryTKey, TValueKeysSee Also