Ejemplo n.º 1
0
 public ValueStringReference(ReadOnlySpan <char> buffer, IValueStringHelper helper) : this(buffer)
 {
     this.helper = helper;
 }
Ejemplo n.º 2
0
 public ValueStringReference(ReadOnlySpan <char> buffer) : this()
 {
     this.helper = ValueStringOperations.Helper;
     this.Buffer = buffer;
 }