MethodDefinitionHandle.Implicit Operátor

Definice

Přetížení

Implicit(MethodDefinitionHandle to EntityHandle)
Implicit(MethodDefinitionHandle to Handle)

Implicit(MethodDefinitionHandle to EntityHandle)

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

Parametry

Návraty

EntityHandle

Platí pro

Implicit(MethodDefinitionHandle to Handle)

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

Parametry

Návraty

Handle

Platí pro