InterfaceImplementationHandle.Explicit Operador

Definición

Sobrecargas

Explicit(EntityHandle to InterfaceImplementationHandle)
Explicit(Handle to InterfaceImplementationHandle)

Explicit(EntityHandle to InterfaceImplementationHandle)

public:
 static explicit operator System::Reflection::Metadata::InterfaceImplementationHandle(System::Reflection::Metadata::EntityHandle handle);
public static explicit operator System.Reflection.Metadata.InterfaceImplementationHandle (System.Reflection.Metadata.EntityHandle handle);
static member op_Explicit : System.Reflection.Metadata.EntityHandle -> System.Reflection.Metadata.InterfaceImplementationHandle
Public Shared Narrowing Operator CType (handle As EntityHandle) As InterfaceImplementationHandle

Parámetros

handle
EntityHandle

Devoluciones

InterfaceImplementationHandle

Se aplica a

Explicit(Handle to InterfaceImplementationHandle)

public:
 static explicit operator System::Reflection::Metadata::InterfaceImplementationHandle(System::Reflection::Metadata::Handle handle);
public static explicit operator System.Reflection.Metadata.InterfaceImplementationHandle (System.Reflection.Metadata.Handle handle);
static member op_Explicit : System.Reflection.Metadata.Handle -> System.Reflection.Metadata.InterfaceImplementationHandle
Public Shared Narrowing Operator CType (handle As Handle) As InterfaceImplementationHandle

Parámetros

handle
Handle

Devoluciones

InterfaceImplementationHandle

Se aplica a