Example #1
0
 public override int CopyTo(int sourceOffset, PageCursor targetCursor, int targetOffset, int lengthInBytes)
 {
     throw new System.NotSupportedException();
 }
Example #2
0
 public override int CopyTo(int sourceOffset, PageCursor targetCursor, int targetOffset, int lengthInBytes)
 {
     return(0);
 }