ModuleDefinitionHandle.Implicit Оператор

Определение

Перегрузки

Implicit(ModuleDefinitionHandle to EntityHandle)
Implicit(ModuleDefinitionHandle to Handle)

Implicit(ModuleDefinitionHandle to EntityHandle)

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

Параметры

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

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

Implicit(ModuleDefinitionHandle to Handle)

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

Параметры

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

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