MethodDefinitionHandle.Explicit Opérateur

Définition

Surcharges

Explicit(EntityHandle to MethodDefinitionHandle)
Explicit(Handle to MethodDefinitionHandle)

Explicit(EntityHandle to MethodDefinitionHandle)

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

Paramètres

handle
EntityHandle

Retours

MethodDefinitionHandle

S’applique à

Explicit(Handle to MethodDefinitionHandle)

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

Paramètres

handle
Handle

Retours

MethodDefinitionHandle

S’applique à