Ejemplo n.º 1
0
 public static bool IsReadOnly(this FieldDeclarationSyntax @this)
 {
     return(@this.HasModifier(SyntaxKind.ReadOnlyKeyword));
 }