qtil
advanced-security/qtil-csharp 0.0.3
Search

Member predicate Field::getInitializer

Gets the initial value of this field, if any. For example, the initial value of F on line 2 is 20 in

class C {
  public int F = 20;
}
Expr getInitializer()