Ejemplo n.º 1
0
 public void copy(NodeBuffer target, int?targetStart = null, int?sourceStart = null, int?sourceEnd = null)
 {
     InnerStream.CopyTo(target.InnerStream);
 }
Ejemplo n.º 2
0
        public void copy(NodeBuffer target, int? targetStart = null, int? sourceStart = null, int? sourceEnd = null)
        {
            InnerStream.CopyTo(target.InnerStream);

        }