TypeReferenceHandle.Implicit 运算符

定义

重载

Implicit(TypeReferenceHandle to EntityHandle)
Implicit(TypeReferenceHandle to Handle)

Implicit(TypeReferenceHandle to EntityHandle)

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

参数

返回

EntityHandle

适用于

Implicit(TypeReferenceHandle to Handle)

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

参数

返回

Handle

适用于