InterfaceImplementationHandle.Implicit Operador
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Description |
|---|---|
| Implicit(InterfaceImplementationHandle to EntityHandle) | |
| Implicit(InterfaceImplementationHandle to Handle) |
Implicit(InterfaceImplementationHandle to EntityHandle)
public:
static operator System::Reflection::Metadata::EntityHandle(System::Reflection::Metadata::InterfaceImplementationHandle handle);
public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.InterfaceImplementationHandle handle);
static member op_Implicit : System.Reflection.Metadata.InterfaceImplementationHandle -> System.Reflection.Metadata.EntityHandle
Public Shared Widening Operator CType (handle As InterfaceImplementationHandle) As EntityHandle
Parâmetros
Devoluções
Aplica-se a
Implicit(InterfaceImplementationHandle to Handle)
public:
static operator System::Reflection::Metadata::Handle(System::Reflection::Metadata::InterfaceImplementationHandle handle);
public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.InterfaceImplementationHandle handle);
static member op_Implicit : System.Reflection.Metadata.InterfaceImplementationHandle -> System.Reflection.Metadata.Handle
Public Shared Widening Operator CType (handle As InterfaceImplementationHandle) As Handle