ImportScopeHandle.Implicit Оператор

Определение

Перегрузки

Implicit(ImportScopeHandle to EntityHandle)
Implicit(ImportScopeHandle to Handle)

Implicit(ImportScopeHandle to EntityHandle)

Исходный код:
Handles.Debug.cs
Исходный код:
Handles.Debug.cs
Исходный код:
Handles.Debug.cs
public:
 static operator System::Reflection::Metadata::EntityHandle(System::Reflection::Metadata::ImportScopeHandle handle);
public static implicit operator System.Reflection.Metadata.EntityHandle (System.Reflection.Metadata.ImportScopeHandle handle);
static member op_Implicit : System.Reflection.Metadata.ImportScopeHandle -> System.Reflection.Metadata.EntityHandle
Public Shared Widening Operator CType (handle As ImportScopeHandle) As EntityHandle

Параметры

Возвращаемое значение

Применяется к

Implicit(ImportScopeHandle to Handle)

Исходный код:
Handles.Debug.cs
Исходный код:
Handles.Debug.cs
Исходный код:
Handles.Debug.cs
public:
 static operator System::Reflection::Metadata::Handle(System::Reflection::Metadata::ImportScopeHandle handle);
public static implicit operator System.Reflection.Metadata.Handle (System.Reflection.Metadata.ImportScopeHandle handle);
static member op_Implicit : System.Reflection.Metadata.ImportScopeHandle -> System.Reflection.Metadata.Handle
Public Shared Widening Operator CType (handle As ImportScopeHandle) As Handle

Параметры

Возвращаемое значение

Применяется к