MethodDebugInformationHandle.Implicit Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
Implicit(MethodDebugInformationHandle to EntityHandle) | |
Implicit(MethodDebugInformationHandle to Handle) |
Implicit(MethodDebugInformationHandle to EntityHandle)
- Kaynak:
- Handles.Debug.cs
- Kaynak:
- Handles.Debug.cs
- Kaynak:
- Handles.Debug.cs
public:
static operator System::Reflection::Metadata::EntityHandle(System::Reflection::Metadata::MethodDebugInformationHandle handle);
public static implicit operator System.Reflection.Metadata.EntityHandle (System.Reflection.Metadata.MethodDebugInformationHandle handle);
static member op_Implicit : System.Reflection.Metadata.MethodDebugInformationHandle -> System.Reflection.Metadata.EntityHandle
Public Shared Widening Operator CType (handle As MethodDebugInformationHandle) As EntityHandle
Parametreler
- handle
- MethodDebugInformationHandle
Döndürülenler
Şunlara uygulanır
Implicit(MethodDebugInformationHandle to Handle)
- Kaynak:
- Handles.Debug.cs
- Kaynak:
- Handles.Debug.cs
- Kaynak:
- Handles.Debug.cs
public:
static operator System::Reflection::Metadata::Handle(System::Reflection::Metadata::MethodDebugInformationHandle handle);
public static implicit operator System.Reflection.Metadata.Handle (System.Reflection.Metadata.MethodDebugInformationHandle handle);
static member op_Implicit : System.Reflection.Metadata.MethodDebugInformationHandle -> System.Reflection.Metadata.Handle
Public Shared Widening Operator CType (handle As MethodDebugInformationHandle) As Handle
Parametreler
- handle
- MethodDebugInformationHandle
Döndürülenler
Şunlara uygulanır
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.