InterfaceImplementationHandle.Implicit Operator
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
Przeciążenia
| Nazwa | Opis |
|---|---|
| Implicit(InterfaceImplementationHandle to EntityHandle) | |
| Implicit(InterfaceImplementationHandle to Handle) |
Implicit(InterfaceImplementationHandle to EntityHandle)
- Źródło:
- Handles.TypeSystem.cs
- Źródło:
- Handles.TypeSystem.cs
- Źródło:
- Handles.TypeSystem.cs
- Źródło:
- Handles.TypeSystem.cs
- Źródło:
- Handles.TypeSystem.cs
- Źródło:
- Handles.TypeSystem.cs
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
Parametry
Zwraca
Dotyczy
Implicit(InterfaceImplementationHandle to Handle)
- Źródło:
- Handles.TypeSystem.cs
- Źródło:
- Handles.TypeSystem.cs
- Źródło:
- Handles.TypeSystem.cs
- Źródło:
- Handles.TypeSystem.cs
- Źródło:
- Handles.TypeSystem.cs
- Źródło:
- Handles.TypeSystem.cs
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