Exemplo n.º 1
0
 protected AbstractTextBuffer(TextLineTerminatorTester aTester)
 {
     IsLineTerminator = aTester;
 }
Exemplo n.º 2
0
 protected AbstractTextBuffer()
 {
     IsLineTerminator = DefaultIsLineTerminator;
 }