Operator explicit operator
explicit operator IntPtr(ArConfig)
Casts an ArConfig to its underlying native pointer.
Declaration
public static explicit operator IntPtr(ArConfig config)
Parameters
Type | Name | Description |
---|---|---|
ArConfig | config | The ArConfig to cast. |
Returns
Type | Description |
---|---|
IntPtr | Returns the underlying native pointer for |