count property

int? count
override

Property getter and setter for count:

Implementation

int? get count;
void count=(int? count)

Implementation

set count(int? count);