# implicit operator CanStartDragArgs(CanStartDragArgs)

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

## Definition

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

## implicit operator CanStartDragArgs(CanStartDragArg)

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

### Parameters

**** (\[CanStartDragArgs]\(/engine/6000.3/script-reference/unityeditor/imgui/controls/treeview/canstartdragargs)):&#x20;

### Returns

| Type                                                                                                        | Description |
| ----------------------------------------------------------------------------------------------------------- | ----------- |
| [CanStartDragArgs](/engine/6000.3/script-reference/unityeditor/imgui/controls/treeview/canstartdragargs.md) |             |
