次の方法で共有


ExportedTypeHandle.Implicit 演算子

定義

オーバーロード

Implicit(ExportedTypeHandle to EntityHandle)
Implicit(ExportedTypeHandle to Handle)

Implicit(ExportedTypeHandle to EntityHandle)

ソース:
Handles.TypeSystem.cs
ソース:
Handles.TypeSystem.cs
ソース:
Handles.TypeSystem.cs
public:
 static operator System::Reflection::Metadata::EntityHandle(System::Reflection::Metadata::ExportedTypeHandle handle);
public static implicit operator System.Reflection.Metadata.EntityHandle (System.Reflection.Metadata.ExportedTypeHandle handle);
static member op_Implicit : System.Reflection.Metadata.ExportedTypeHandle -> System.Reflection.Metadata.EntityHandle
Public Shared Widening Operator CType (handle As ExportedTypeHandle) As EntityHandle

パラメーター

戻り値

適用対象

Implicit(ExportedTypeHandle to Handle)

ソース:
Handles.TypeSystem.cs
ソース:
Handles.TypeSystem.cs
ソース:
Handles.TypeSystem.cs
public:
 static operator System::Reflection::Metadata::Handle(System::Reflection::Metadata::ExportedTypeHandle handle);
public static implicit operator System.Reflection.Metadata.Handle (System.Reflection.Metadata.ExportedTypeHandle handle);
static member op_Implicit : System.Reflection.Metadata.ExportedTypeHandle -> System.Reflection.Metadata.Handle
Public Shared Widening Operator CType (handle As ExportedTypeHandle) As Handle

パラメーター

戻り値

適用対象