TessaCompilationObjectCacheCoreBaseTCompilerContext, TKey, TInstanceDependentOn - свойство
Коллекция идентификаторов категорий кэшей, от которых зависит этот объект.
Пространство имён: Tessa.CompilationСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
public IReadOnlyCollection<string> DependentOn { get; }
Public ReadOnly Property DependentOn As IReadOnlyCollection(Of String)
Get
public:
virtual property IReadOnlyCollection<String^>^ DependentOn {
IReadOnlyCollection<String^>^ get () sealed;
}
abstract DependentOn : IReadOnlyCollection<string> with get
override DependentOn : IReadOnlyCollection<string> with get
IReadOnlyCollectionStringITessaCompilationObjectCacheCoreDependentOn