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