PropertyDefinitionHandle.Implicit Оператор

Определение

Перегрузки

Implicit(PropertyDefinitionHandle to EntityHandle)
Implicit(PropertyDefinitionHandle to Handle)

Implicit(PropertyDefinitionHandle to EntityHandle)

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

Параметры

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

EntityHandle

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

Implicit(PropertyDefinitionHandle to Handle)

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

Параметры

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

Handle

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