TessaCompilationObjectCacheCoreBaseTCompilerContext, TKey, TInstanceDependentOn - свойство
Коллекция идентификаторов категорий кэшей, от которых зависит этот объект.
Пространство имён: Tessa.CompilationСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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