예제 #1
0
 public static string GetParameterName(this AttributeSyntax self)
 {
     return(self.GetAttachedElement <ParameterSyntax>()?
            .Identifier
            .Text);
 }