Browse Source

Allow replacing the whole Driver.Options object in one go

pg
josetr 3 years ago
parent
commit
1a5e793cd0
  1. 2
      src/Generator/Driver.cs

2
src/Generator/Driver.cs

@ -18,7 +18,7 @@ namespace CppSharp
{ {
public class Driver : IDisposable public class Driver : IDisposable
{ {
public DriverOptions Options { get; } public DriverOptions Options { get; set; }
public ParserOptions ParserOptions { get; set; } public ParserOptions ParserOptions { get; set; }
public BindingContext Context { get; private set; } public BindingContext Context { get; private set; }
public Generator Generator { get; private set; } public Generator Generator { get; private set; }

Loading…
Cancel
Save