# implicit operator DragAndDropArgs(DragAndDropArgs)

> Implicitly convert between DragAndDropArgs on TreeView, and TreeView\<int\>

## Definition

* **Type:** Operator
* **Namespace:** [UnityEditor.IMGUI.Controls](/engine/6000.5/script-reference/unityeditor/imgui/controls.md)
* **Assembly:** UnityEditor.CoreModule

## implicit operator DragAndDropArgs(DragAndDropArg)

```csharp
public static implicit operator TreeView.DragAndDropArgs(TreeView<int>.DragAndDropArgs args)
```

### Parameters

**** (\[DragAndDropArgs]\(/engine/6000.5/script-reference/unityeditor/imgui/controls/treeview/draganddropargs)):&#x20;

### Returns

| Type                                                                                                      | Description |
| --------------------------------------------------------------------------------------------------------- | ----------- |
| [DragAndDropArgs](/engine/6000.5/script-reference/unityeditor/imgui/controls/treeview/draganddropargs.md) |             |
