コード例 #1
0
 public SyntaxToken FormatInheritance(OperatorSyntax syntax)
 {
     return(FormatInheritance(syntax.GetInheritance()));
 }