NativeHandle.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
| Name | Description |
|---|---|
| Implicit(NativeHandle to IntPtr) | |
| Implicit(IntPtr to NativeHandle) |
Implicit(NativeHandle to IntPtr)
public static implicit operator IntPtr(ObjCRuntime.NativeHandle value);
static member op_Implicit : ObjCRuntime.NativeHandle -> nativeint
Parameters
- value
- NativeHandle
Returns
IntPtr
nativeint
Applies to
Implicit(IntPtr to NativeHandle)
public static implicit operator ObjCRuntime.NativeHandle(IntPtr value);
static member op_Implicit : nativeint -> ObjCRuntime.NativeHandle
Parameters
- value
-
IntPtr
nativeint