TessaCompilationObjectCacheDependencyComparer - класс

Объект, выполняющий упорядочивание ITessaCompilationObjectCacheCore в соответствии с зависимостями.

Definition

Пространство имён: Tessa.Compilation
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public sealed class TessaCompilationObjectCacheDependencyComparer : Comparer<ITessaCompilationObjectCacheCore>
Inheritance
Object    ComparerITessaCompilationObjectCacheCore    TessaCompilationObjectCacheDependencyComparer

Заметки

Объект может использоваться только совместно с алгоритмами сортировки, в которых не делается предположения о том, что упорядоченные интервалы могут быть объединены между собой без дополнительной сортировки.

Конструкторы

TessaCompilationObjectCacheDependencyComparerИнициализирует новый экземпляр класса TessaCompilationObjectCacheDependencyComparer

Свойства

Instance Экземпляр класса.

Методы

CompareWhen overridden in a derived class, performs a comparison of two objects of the same type and returns a value indicating whether one object is less than, equal to, or greater than the other.
(Переопределяет ComparerTCompare(T, T))
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

См. также