Exemplo n.º 1
0
 internal RuleList(StylesheetNode parent)
 {
     _parent = parent;
 }
Exemplo n.º 2
0
 public static IEnumerable<Comment> GetComments(this StylesheetNode node)
 {
     return node.GetAll<Comment>();
 }