IssueCollection
IssueCollection class
Issue collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Issue |
Methods
| Name | Description |
|---|---|
| add | Add the issue in the collection. |
| remove | Remove the issue from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
IssueCollection.Count property
Type: int
IssueCollection.Item (int) property
Type: Issue
add(issue)
Add the issue in the collection.
| Parameter | Type | Description |
|---|---|---|
| issue | Issue |
remove(issue)
Remove the issue from the collection.
| Parameter | Type | Description |
|---|---|---|
| issue | Issue |
clear()
removeAt(index)
iterator()
Reserved for internal use.