using System; namespace AspClassic.Scripting.Hosting; [Flags] public enum ParameterFlags { None = 0, ParamsArray = 1, ParamsDict = 2 }