示例#1
0
 : Update(asyncKeyword, parameter, arrowToken, null, (ExpressionSyntax)body);
 : Update(asyncKeyword, delegateKeyword, parameterList, null, (ExpressionSyntax)body);
示例#3
0
 ? Update(asyncKeyword, parameterList, arrowToken, block, null)
 : Update(asyncKeyword, parameterList, arrowToken, null, (ExpressionSyntax)body);
示例#4
0
 ? Update(asyncKeyword, delegateKeyword, parameterList, block, null)
 : Update(