예제 #1
0
 public CodegenMethod WithStatic(bool value)
 {
     Modifiers = Modifiers.EnableDisable(MemberModifier.STATIC, value);
     return this;
 }