count property

int? get count
override

Property getter and setter for count:

Implementation

int? get count;
set count (int? count)

Implementation

set count(int? count);