ParameterHandle.Explicit Operátor

Definice

Přetížení

Explicit(EntityHandle to ParameterHandle)
Explicit(Handle to ParameterHandle)

Explicit(EntityHandle to ParameterHandle)

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

Parametry

handle
EntityHandle

Návraty

Platí pro

Explicit(Handle to ParameterHandle)

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

Parametry

handle
Handle

Návraty

Platí pro