コード例 #1
0
 public bool IsInstantiation(MethodInvocationExpression node)
 {
     return(TypeInference.IsInstantiation(node));
 }