private void SetupVariables() { this.global = this.global ?? new HelperGlobalVariable(); this.local = this.local ?? new HelperLocalVariable(); this.list = this.list ?? new HelperGetListVariable(); }
// INITIALIZERS: -------------------------------------------------------------------------- public VariableGlobalProperty() { this.globalVariable = this.globalVariable ?? new HelperGlobalVariable(); }