LocalConstantHandle.Implicit Opérateur

Définition

Surcharges

Implicit(LocalConstantHandle to EntityHandle)
Implicit(LocalConstantHandle to Handle)

Implicit(LocalConstantHandle to EntityHandle)

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

Paramètres

Retours

EntityHandle

S’applique à

Implicit(LocalConstantHandle to Handle)

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

Paramètres

Retours

Handle

S’applique à