Ejemplo n.º 1
0
 private static bool _isPartialList(AstExpr expr, out AstListLiteral lit)
 {
     lit = expr as AstListLiteral;
     return lit != null && lit.CheckForPlaceholders();
 }