DictionaryStorageTKey, TValueKeyCache - свойство |
Используемый кэш, осуществляющий перевод строго типизированных ключей в строки и наоборот.
Пространство имён:
Tessa.Platform.Storage
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксисprotected virtual IKeyCache<TKey> KeyCache { get; }Protected Overridable ReadOnly Property KeyCache As IKeyCache(Of TKey)
Get
protected:
virtual property IKeyCache<TKey>^ KeyCache {
IKeyCache<TKey>^ get ();
}abstract KeyCache : IKeyCache<'TKey> with get
override KeyCache : IKeyCache<'TKey> with get
Значение свойства
Тип:
IKeyCacheTKey
См. также