DocumentHandle.Implicit Operatore

Definizione

Overload

Implicit(DocumentHandle to EntityHandle)
Implicit(DocumentHandle to Handle)

Implicit(DocumentHandle to EntityHandle)

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

Parametri

Restituisce

EntityHandle

Si applica a

Implicit(DocumentHandle to Handle)

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

Parametri

Restituisce

Handle

Si applica a