Пример #1
0
 public StringPart(Span span, StringPartType type) : this()
 {
     this.Span = span;
     this.Type = type;
 }
Пример #2
0
 public StringPart(Span span, StringPartType type)
     : this()
 {
     this.Span = span;
       this.Type = type;
 }
Пример #3
0
 public StringPart(int start, int length, StringPartType type)
     : this(new Span(start, length), type)
 {
 }
Пример #4
0
 public StringPart(int start, int length, StringPartType type)
     : this(new Span(start, length), type)
 {
 }