ModuleReferenceHandle.Implicit Оператор

Определение

Перегрузки

Implicit(ModuleReferenceHandle to EntityHandle)
Implicit(ModuleReferenceHandle to Handle)

Implicit(ModuleReferenceHandle to EntityHandle)

public:
 static operator System::Reflection::Metadata::EntityHandle(System::Reflection::Metadata::ModuleReferenceHandle handle);
public static implicit operator System.Reflection.Metadata.EntityHandle (System.Reflection.Metadata.ModuleReferenceHandle handle);
static member op_Implicit : System.Reflection.Metadata.ModuleReferenceHandle -> System.Reflection.Metadata.EntityHandle
Public Shared Widening Operator CType (handle As ModuleReferenceHandle) As EntityHandle

Параметры

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

EntityHandle

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

Implicit(ModuleReferenceHandle to Handle)

public:
 static operator System::Reflection::Metadata::Handle(System::Reflection::Metadata::ModuleReferenceHandle handle);
public static implicit operator System.Reflection.Metadata.Handle (System.Reflection.Metadata.ModuleReferenceHandle handle);
static member op_Implicit : System.Reflection.Metadata.ModuleReferenceHandle -> System.Reflection.Metadata.Handle
Public Shared Widening Operator CType (handle As ModuleReferenceHandle) As Handle

Параметры

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

Handle

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