CustomDebugInformationHandle.Implicit Operator
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
Implicit(CustomDebugInformationHandle to EntityHandle) | |
Implicit(CustomDebugInformationHandle to Handle) |
Implicit(CustomDebugInformationHandle to EntityHandle)
- Sumber:
- Handles.Debug.cs
- Sumber:
- Handles.Debug.cs
- Sumber:
- Handles.Debug.cs
public:
static operator System::Reflection::Metadata::EntityHandle(System::Reflection::Metadata::CustomDebugInformationHandle handle);
public static implicit operator System.Reflection.Metadata.EntityHandle (System.Reflection.Metadata.CustomDebugInformationHandle handle);
static member op_Implicit : System.Reflection.Metadata.CustomDebugInformationHandle -> System.Reflection.Metadata.EntityHandle
Public Shared Widening Operator CType (handle As CustomDebugInformationHandle) As EntityHandle
Parameter
- handle
- CustomDebugInformationHandle
Mengembalikan
Berlaku untuk
Implicit(CustomDebugInformationHandle to Handle)
- Sumber:
- Handles.Debug.cs
- Sumber:
- Handles.Debug.cs
- Sumber:
- Handles.Debug.cs
public:
static operator System::Reflection::Metadata::Handle(System::Reflection::Metadata::CustomDebugInformationHandle handle);
public static implicit operator System.Reflection.Metadata.Handle (System.Reflection.Metadata.CustomDebugInformationHandle handle);
static member op_Implicit : System.Reflection.Metadata.CustomDebugInformationHandle -> System.Reflection.Metadata.Handle
Public Shared Widening Operator CType (handle As CustomDebugInformationHandle) As Handle
Parameter
- handle
- CustomDebugInformationHandle
Mengembalikan
Berlaku untuk
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.