public readonly struct ExtensionOrderKey : IComparable<ExtensionOrderKey>,
IEquatable<ExtensionOrderKey>Public Structure ExtensionOrderKey
Implements IComparable(Of ExtensionOrderKey), IEquatable(Of ExtensionOrderKey)public value class ExtensionOrderKey : IComparable<ExtensionOrderKey>,
IEquatable<ExtensionOrderKey>[<SealedAttribute>]
type ExtensionOrderKey =
struct
inherit ValueType
interface IComparable<ExtensionOrderKey>
interface IEquatable<ExtensionOrderKey>
end| ExtensionOrderKey | Ключ, используемый для упорядочивания расширений по этапам. |
| Order | Порядок выполнения расширений внутри этапа. Расширения с меньшим значением порядка выполняются раньше. |
| Stage | Этап выполнения расширения в цепочке расширений. |
| CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
| Equals(ExtensionOrderKey) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Переопределяет ValueTypeEquals(Object)) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Returns the hash code for this instance. (Переопределяет ValueTypeGetHashCode) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns the fully qualified type name of this instance. (Переопределяет ValueTypeToString) |
| Equality(ExtensionOrderKey, ExtensionOrderKey) | Сравнивает заданные значения на равенство. |
| GreaterThan(ExtensionOrderKey, ExtensionOrderKey) | Возвращает признак того, что первое сравниваемое значение больше второго. |
| GreaterThanOrEqual(ExtensionOrderKey, ExtensionOrderKey) | Возвращает признак того, что первое сравниваемое значение больше либо равно второму. |
| Inequality(ExtensionOrderKey, ExtensionOrderKey) | Сравнивает заданные значения на неравенство. |
| LessThan(ExtensionOrderKey, ExtensionOrderKey) | Возвращает признак того, что первое сравниваемое значение меньше второго. |
| LessThanOrEqual(ExtensionOrderKey, ExtensionOrderKey) | Возвращает признак того, что первое сравниваемое значение меньше либо равно второму. |