qtil
advanced-security/qtil-csharp 0.0.3
Search

Member predicate Property::isAutoImplementedReadOnly

Holds if this property is automatically implemented and read-only. For example, P1 on line 2 is automatically implemented and read-only

class C {
  public int P1 { get; }
}
predicate isAutoImplementedReadOnly()