コード例 #1
0
 public InputContext(InputContext parent, int scopeid)
 {
     ParentScope      = parent;
     Random           = parent.Random;
     LibraryProviders = parent.LibraryProviders;
     ScopeId          = scopeid;
     PrintChannel     = parent.PrintChannel;
 }
コード例 #2
0
        // TODO: rewrite all these methods so they don't spam .ToLower all the time

        public InputContext()
        {
            PrintChannel = new PrintChannel();
        }