LocalVariableHandle.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Implicit(LocalVariableHandle to EntityHandle) | |
Implicit(LocalVariableHandle to Handle) |
Implicit(LocalVariableHandle to EntityHandle)
- Source:
- Handles.Debug.cs
- Source:
- Handles.Debug.cs
- Source:
- Handles.Debug.cs
public:
static operator System::Reflection::Metadata::EntityHandle(System::Reflection::Metadata::LocalVariableHandle handle);
public static implicit operator System.Reflection.Metadata.EntityHandle (System.Reflection.Metadata.LocalVariableHandle handle);
static member op_Implicit : System.Reflection.Metadata.LocalVariableHandle -> System.Reflection.Metadata.EntityHandle
Public Shared Widening Operator CType (handle As LocalVariableHandle) As EntityHandle
Parameters
- handle
- LocalVariableHandle
Returns
Applies to
Implicit(LocalVariableHandle to Handle)
- Source:
- Handles.Debug.cs
- Source:
- Handles.Debug.cs
- Source:
- Handles.Debug.cs
public:
static operator System::Reflection::Metadata::Handle(System::Reflection::Metadata::LocalVariableHandle handle);
public static implicit operator System.Reflection.Metadata.Handle (System.Reflection.Metadata.LocalVariableHandle handle);
static member op_Implicit : System.Reflection.Metadata.LocalVariableHandle -> System.Reflection.Metadata.Handle
Public Shared Widening Operator CType (handle As LocalVariableHandle) As Handle
Parameters
- handle
- LocalVariableHandle
Returns
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.