본문으로 건너뛰기

Delete

Overloads

NameDescription
Delete(List<int> index)지정된 인덱스의 개체를 삭제
Delete(GroupItem group)지정된 그룹의 개체를 삭제
Delete(List<Node> node)지정된 노드의 개체를 삭제

Delete(List<int> index)

public void Delete(List&lt;int&gt; index)

지정된 인덱스의 개체를 삭제

Parameters

NameTypeDescription
indexList<int>노드 인덱스

Delete(GroupItem group)

public void Delete(GroupItem group)

지정된 그룹의 개체를 삭제

Parameters

NameTypeDescription
groupGroupItem그룹 아이템

Delete(List<Node> node)

public void Delete(List&lt;Node&gt; node)

지정된 노드의 개체를 삭제

Parameters

NameTypeDescription
nodeList<Node>노드 목록