Esempio n. 1
0
 /// <summary>
 /// FoundText constructor
 /// </summary>
 /// <param name="value">The found text value</param>
 /// <param name="start">The index of the start of the found text</param>
 /// <param name="foundDataType">The found text data type</param>
 internal FoundText(string value, int start, FoundDataType foundDataType)
 {
     this.value         = value;
     this.start         = start;
     this.foundDataType = foundDataType;
 }
Esempio n. 2
0
 /// <summary>
 /// FoundText constructor
 /// </summary>
 /// <param name="value">The found text value</param>
 /// <param name="start">The index of the start of the found text</param>
 /// <param name="foundDataType">The found text data type</param>
 internal FoundText(string value, int start, FoundDataType foundDataType)
 {
     this.value = value;
     this.start = start;
     this.foundDataType = foundDataType;
 }