ParseDone constructor

ParseDone(
  1. int count
)

Creates a ParseDone event with the given count.

Implementation

ParseDone(this.count);