Delete
Overloads
| Name | Description |
|---|---|
| Delete(List<int> index) | 지정된 인덱스의 개체를 삭제 |
| Delete(GroupItem group) | 지정된 그룹의 개체를 삭제 |
| Delete(List<Node> node) | 지정된 노드의 개체를 삭제 |
Delete(List<int> index)
public void Delete(List<int> index)
지정된 인덱스의 개체를 삭제
Parameters
| Name | Type | Description |
|---|---|---|
| index | List<int> | 노드 인덱스 |
Delete(GroupItem group)
public void Delete(GroupItem group)
지정된 그룹의 개체를 삭제
Parameters
| Name | Type | Description |
|---|---|---|
| group | GroupItem | 그룹 아이템 |
Delete(List<Node> node)
public void Delete(List<Node> node)
지정된 노드의 개체를 삭제
Parameters
| Name | Type | Description |
|---|---|---|
| node | List<Node> | 노드 목록 |