CustomAttributeHandle 结构

定义

public value class CustomAttributeHandle : IEquatable<System::Reflection::Metadata::CustomAttributeHandle>
public struct CustomAttributeHandle : IEquatable<System.Reflection.Metadata.CustomAttributeHandle>
public readonly struct CustomAttributeHandle : IEquatable<System.Reflection.Metadata.CustomAttributeHandle>
type CustomAttributeHandle = struct
Public Structure CustomAttributeHandle
Implements IEquatable(Of CustomAttributeHandle)
继承
CustomAttributeHandle
实现

属性

IsNil

方法

Equals(CustomAttributeHandle)

指示当前对象是否等于同一类型的另一个对象。

Equals(Object)
GetHashCode()

运算符

Equality(CustomAttributeHandle, CustomAttributeHandle)
Explicit(EntityHandle to CustomAttributeHandle)
Explicit(Handle to CustomAttributeHandle)
Implicit(CustomAttributeHandle to EntityHandle)
Implicit(CustomAttributeHandle to Handle)
Inequality(CustomAttributeHandle, CustomAttributeHandle)

适用于