Monobjc.Tools.Generators.NativeCodeGenerator.NativeCodeGenerator C# (CSharp) Method

NativeCodeGenerator() public method

Initializes a new instance of the NativeCodeGenerator class.
public NativeCodeGenerator ( ) : System
return System
        public NativeCodeGenerator()
        {
            this.Logger = new NullLogger();
            this.TargetOSVersion = MacOSVersion.MacOS105;
        }