ManifestResourceHandle.Implicit Operator

Definicja

Przeciążenia

Implicit(ManifestResourceHandle to EntityHandle)
Implicit(ManifestResourceHandle to Handle)

Implicit(ManifestResourceHandle to EntityHandle)

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

Parametry

Zwraca

EntityHandle

Dotyczy

Implicit(ManifestResourceHandle to Handle)

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

Parametry

Zwraca

Handle

Dotyczy