示例#1
0
 public bool Matches(XElement element, ParsingContext context)
 {
     return(element.Name == "field");
 }
示例#2
0
 public void ChildrenBound(ParsingContext context)
 {
     context.PopObject();
 }