Exemplo n.º 1
0
 public static SpanConstructor Accepts(this SpanConstructor self, AcceptedCharacters accepted)
 {
     return(self.With(eh => eh.AcceptedCharacters = accepted));
 }
Exemplo n.º 2
0
 public UnclassifiedCodeSpanConstructor(SpanConstructor self)
 {
     _self = self;
 }
Exemplo n.º 3
0
 public UnclassifiedCodeSpanConstructor(SpanConstructor self)
 {
     _self = self;
 }