# List.Clear

Clear List.

![List.Clear](./images/ListClear.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Element Type
</td>
<td>
Element type
</td>
</tr>
<tr>
<td>
Output
</td>
<td>
Output slot of the list of changes
</td>
</tr>
<tr>
<td>
Output Type
</td>
<td>
The type that modifies the List instance<dl class="docutils">
<dt>Keep</dt><dd>
            Change the specified instance as it is.
            </dd>
<dt>New Array</dt><dd>
            Create a new array and change it.
            </dd>
<dt>New List</dt><dd>
            Create a new List and change it.
            </dd>
</dl>
</td>
</tr>
<tr>
<td>
Input
</td>
<td>
List input slot
</td>
</tr>
 </tbody>
</table>

