コード例 #1
0
 public SyntaxToken FormatIdentifier(PropertySyntax syntax)
 {
     return(new SyntaxToken(syntax.GetIdentifier(), SyntaxTokens.Text));
 }