Exemple #1
0
 public TextDynamicRowEnumerator(ITextCoreReader coreReader)
     : base(coreReader)
 {
     this.currentRow = new TextDynamicRow(this);
 }         // ctor
Exemple #2
0
 public TextRowEnumerator(ITextCoreReader coreReader)
 {
     this.coreReader = coreReader;
 }         // ctor