예제 #1
0
 public override void BuildSpan(System.Web.Razor.Parser.SyntaxTree.SpanBuilder span, System.Web.Razor.Text.SourceLocation start, string content)
 {
     _other.BuildSpan(span, start, content);
 }
 public CharacterReference(char character, SourceLocation location)
 {
     Character = character;
     Location  = location;
 }