Exemple #1
0
 internal BlockParsedResult(DecodedInformation information, bool finished)
 {
     this.finished           = finished;
     this.decodedInformation = information;
 }
 internal BlockParsedResult(DecodedInformation information, bool finished)
 {
    this.finished = finished;
    this.decodedInformation = information;
 }