using System; using System.Runtime.InteropServices; namespace System { /// Indicates that the method will allow a variable number of arguments in its invocation. This class cannot be inherited. /// 1 // Token: 0x0200003D RID: 61 [AttributeUsage(AttributeTargets.Parameter)] [ComVisible(true)] public sealed class ParamArrayAttribute : Attribute { } }