MethodSpecificationHandle.Implicit 演算子

定義

オーバーロード

Implicit(MethodSpecificationHandle to EntityHandle)
Implicit(MethodSpecificationHandle to Handle)

Implicit(MethodSpecificationHandle to EntityHandle)

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

パラメーター

戻り値

適用対象

Implicit(MethodSpecificationHandle to Handle)

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

パラメーター

戻り値

適用対象