AssemblyReferenceHandle.Implicit 演算子

定義

オーバーロード

Implicit(AssemblyReferenceHandle to EntityHandle)
Implicit(AssemblyReferenceHandle to Handle)

Implicit(AssemblyReferenceHandle to EntityHandle)

public:
 static operator System::Reflection::Metadata::EntityHandle(System::Reflection::Metadata::AssemblyReferenceHandle handle);
public static implicit operator System.Reflection.Metadata.EntityHandle (System.Reflection.Metadata.AssemblyReferenceHandle handle);
static member op_Implicit : System.Reflection.Metadata.AssemblyReferenceHandle -> System.Reflection.Metadata.EntityHandle
Public Shared Widening Operator CType (handle As AssemblyReferenceHandle) As EntityHandle

パラメーター

戻り値

EntityHandle

適用対象

Implicit(AssemblyReferenceHandle to Handle)

public:
 static operator System::Reflection::Metadata::Handle(System::Reflection::Metadata::AssemblyReferenceHandle handle);
public static implicit operator System.Reflection.Metadata.Handle (System.Reflection.Metadata.AssemblyReferenceHandle handle);
static member op_Implicit : System.Reflection.Metadata.AssemblyReferenceHandle -> System.Reflection.Metadata.Handle
Public Shared Widening Operator CType (handle As AssemblyReferenceHandle) As Handle

パラメーター

戻り値

Handle

適用対象