count property
int
get
count
Returns the count of hyperlink reference collection.
Implementation
int get count {
return _hyperlink.length;
}
Returns the count of hyperlink reference collection.
int get count {
return _hyperlink.length;
}