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)

適用対象