CustomAttributeHandle.Implicit Оператор
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
Implicit(CustomAttributeHandle to EntityHandle) | |
Implicit(CustomAttributeHandle to Handle) |
Implicit(CustomAttributeHandle to EntityHandle)
- Исходный код:
- Handles.TypeSystem.cs
- Исходный код:
- Handles.TypeSystem.cs
- Исходный код:
- Handles.TypeSystem.cs
public:
static operator System::Reflection::Metadata::EntityHandle(System::Reflection::Metadata::CustomAttributeHandle handle);
public static implicit operator System.Reflection.Metadata.EntityHandle (System.Reflection.Metadata.CustomAttributeHandle handle);
static member op_Implicit : System.Reflection.Metadata.CustomAttributeHandle -> System.Reflection.Metadata.EntityHandle
Public Shared Widening Operator CType (handle As CustomAttributeHandle) As EntityHandle
Параметры
- handle
- CustomAttributeHandle
Возвращаемое значение
Применяется к
Implicit(CustomAttributeHandle to Handle)
- Исходный код:
- Handles.TypeSystem.cs
- Исходный код:
- Handles.TypeSystem.cs
- Исходный код:
- Handles.TypeSystem.cs
public:
static operator System::Reflection::Metadata::Handle(System::Reflection::Metadata::CustomAttributeHandle handle);
public static implicit operator System.Reflection.Metadata.Handle (System.Reflection.Metadata.CustomAttributeHandle handle);
static member op_Implicit : System.Reflection.Metadata.CustomAttributeHandle -> System.Reflection.Metadata.Handle
Public Shared Widening Operator CType (handle As CustomAttributeHandle) As Handle
Параметры
- handle
- CustomAttributeHandle
Возвращаемое значение
Применяется к
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.