public PreprocessedTextBound(PreprocessedTextType type, Interval bound)
 {
     Bound = bound;
     Type = type;
 }