Beispiel #1
0
 public bool IsReservedKeyword()
 {
     return(SyntaxFacts.IsReservedKeyword(CSharpKind()));
 }