ModuleDefinitionHandle.Explicit Operátor

Definice

Přetížení

Explicit(EntityHandle to ModuleDefinitionHandle)
Explicit(Handle to ModuleDefinitionHandle)

Explicit(EntityHandle to ModuleDefinitionHandle)

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

Parametry

handle
EntityHandle

Návraty

Platí pro

Explicit(Handle to ModuleDefinitionHandle)

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

Parametry

handle
Handle

Návraty

Platí pro