FieldDefinitionHandle.Explicit 运算符

定义

重载

Explicit(EntityHandle to FieldDefinitionHandle)
Explicit(Handle to FieldDefinitionHandle)

Explicit(EntityHandle to FieldDefinitionHandle)

public:
 static explicit operator System::Reflection::Metadata::FieldDefinitionHandle(System::Reflection::Metadata::EntityHandle handle);
public static explicit operator System.Reflection.Metadata.FieldDefinitionHandle (System.Reflection.Metadata.EntityHandle handle);
static member op_Explicit : System.Reflection.Metadata.EntityHandle -> System.Reflection.Metadata.FieldDefinitionHandle
Public Shared Narrowing Operator CType (handle As EntityHandle) As FieldDefinitionHandle

参数

handle
EntityHandle

返回

FieldDefinitionHandle

适用于

Explicit(Handle to FieldDefinitionHandle)

public:
 static explicit operator System::Reflection::Metadata::FieldDefinitionHandle(System::Reflection::Metadata::Handle handle);
public static explicit operator System.Reflection.Metadata.FieldDefinitionHandle (System.Reflection.Metadata.Handle handle);
static member op_Explicit : System.Reflection.Metadata.Handle -> System.Reflection.Metadata.FieldDefinitionHandle
Public Shared Narrowing Operator CType (handle As Handle) As FieldDefinitionHandle

参数

handle
Handle

返回

FieldDefinitionHandle

适用于