kOS.Safe.Compilation.KS.Context.Context C# (CSharp) Method

Context() public method

public Context ( ) : System
return System
        public Context()
        {
            UserFunctions = new UserFunctionCollection();
            Triggers = new TriggerCollection();
            Subprograms = new SubprogramCollection();
            LabelIndex = 0;
            LastSourcePath = GlobalPath.EMPTY;
            MaxScopeIdSoFar = 0;
            NumCompilesSoFar = 0;
        }
Context