Esempio n. 1
0
 public static bool PublicReadOnly(this PropertyDeclarationSyntax property) =>
 property.PublicNonStatic() &&
 property.HasBodyLessGetter() &&
 property.HasNoSetter();