LocalVariableHandle 構造体

定義

public value class LocalVariableHandle : IEquatable<System::Reflection::Metadata::LocalVariableHandle>
public readonly struct LocalVariableHandle : IEquatable<System.Reflection.Metadata.LocalVariableHandle>
public struct LocalVariableHandle : IEquatable<System.Reflection.Metadata.LocalVariableHandle>
type LocalVariableHandle = struct
Public Structure LocalVariableHandle
Implements IEquatable(Of LocalVariableHandle)
継承
LocalVariableHandle
実装

プロパティ

IsNil

メソッド

Equals(LocalVariableHandle)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

Equals(Object)
GetHashCode()

演算子

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

適用対象