Expand
Overloads
| Name | Description |
|---|---|
| Expand(int index) | Modeltree 펼치기 (Bottom-Up) |
| Expand(List<Node> items) | ModelTree 펼치기 (Top-Down) |
| Expand(List<int> index) | ModelTree 펼치기 |
Expand(int index)
Modeltree 펼치기 (Bottom-Up)
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | 대상 노드 인덱스 |
Expand(List<Node> items)
ModelTree 펼치기 (Top-Down)
Parameters
| Name | Type | Description |
|---|---|---|
| items | List<Node> | Node List |
Expand(List<int> index)
ModelTree 펼치기
Parameters
| Name | Type | Description |
|---|---|---|
| index | List<int> | Node Index List |