示例#1
0
 public static bool IsRetained(this DomNode node)
 {
     return(node.HasAnnotation(HxlAnnotations.Retained));
 }