TypeCodeOverrideAttribute 类

定义

TypeCodeOverrideAttribute 属性允许指定粒度接口 ID 或粒度类类型代码来替代默认类型代码,以避免哈希冲突

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface)]
public sealed class TypeCodeOverrideAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface)>]
type TypeCodeOverrideAttribute = class
    inherit Attribute
Public NotInheritable Class TypeCodeOverrideAttribute
Inherits Attribute
继承
TypeCodeOverrideAttribute
属性

构造函数

TypeCodeOverrideAttribute(Int32)

TypeCodeOverrideAttribute 属性允许指定粒度接口 ID 或粒度类类型代码来替代默认类型代码,以避免哈希冲突

属性

TypeCode

使用特定的粒度接口 ID 或粒度类类型代码 (,例如避免哈希冲突)

适用于