Member predicate Property::getExpressionBody
Gets the expression body of this property, if any. For example, the expression
body of P
on line 2 is 20
in
class C {
public int P => 20;
}
Gets the expression body of this property, if any. For example, the expression
body of P
on line 2 is 20
in
class C {
public int P => 20;
}