TypeDefinitionHandle.Implicit Operador

Definição

Sobrecargas

Implicit(TypeDefinitionHandle to EntityHandle)
Implicit(TypeDefinitionHandle to Handle)

Implicit(TypeDefinitionHandle to EntityHandle)

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

Parâmetros

Retornos

EntityHandle

Aplica-se a

Implicit(TypeDefinitionHandle to Handle)

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

Parâmetros

Retornos

Handle

Aplica-se a