MethodImplementationHandle.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(MethodImplementationHandle to EntityHandle) | |
Implicit(MethodImplementationHandle to Handle) |
Implicit(MethodImplementationHandle to EntityHandle)
- Kaynak:
- Handles.TypeSystem.cs
- Kaynak:
- Handles.TypeSystem.cs
- Kaynak:
- Handles.TypeSystem.cs
- Kaynak:
- Handles.TypeSystem.cs
public:
static operator System::Reflection::Metadata::EntityHandle(System::Reflection::Metadata::MethodImplementationHandle handle);
public static implicit operator System.Reflection.Metadata.EntityHandle (System.Reflection.Metadata.MethodImplementationHandle handle);
static member op_Implicit : System.Reflection.Metadata.MethodImplementationHandle -> System.Reflection.Metadata.EntityHandle
Public Shared Widening Operator CType (handle As MethodImplementationHandle) As EntityHandle
Parametreler
- handle
- MethodImplementationHandle
Döndürülenler
Şunlara uygulanır
Implicit(MethodImplementationHandle to Handle)
- Kaynak:
- Handles.TypeSystem.cs
- Kaynak:
- Handles.TypeSystem.cs
- Kaynak:
- Handles.TypeSystem.cs
- Kaynak:
- Handles.TypeSystem.cs
public:
static operator System::Reflection::Metadata::Handle(System::Reflection::Metadata::MethodImplementationHandle handle);
public static implicit operator System.Reflection.Metadata.Handle (System.Reflection.Metadata.MethodImplementationHandle handle);
static member op_Implicit : System.Reflection.Metadata.MethodImplementationHandle -> System.Reflection.Metadata.Handle
Public Shared Widening Operator CType (handle As MethodImplementationHandle) As Handle
Parametreler
- handle
- MethodImplementationHandle
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.