IssueCollection

IssueCollection class

Issue collection.

Properties

NameTypeDescription
Countint
Item (int)Issue

Methods

NameDescription
addAdd the issue in the collection.
removeRemove the issue from the collection.
clear
removeAt
iteratorReserved for internal use.

IssueCollection.Count property

Type: int

IssueCollection.Item (int) property

Type: Issue

add(issue)

Add the issue in the collection.

ParameterTypeDescription
issueIssue

remove(issue)

Remove the issue from the collection.

ParameterTypeDescription
issueIssue

clear()

removeAt(index)

iterator()

Reserved for internal use.