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