Exemple #1
0
 public Slice Clone(ByteStringContext context, ByteStringType type = ByteStringType.Mutable)
 {
     return(new Slice(context.Clone(this.Content, type)));
 }