System.Runtime.CompilerServices.ParamCollectionAttribute
Indicates that a method will allow a variable number of arguments in its invocation.
namespace System.Runtime.CompilerServices
{
internal sealed class ParamCollectionAttribute : Attribute
{
public ParamCollectionAttribute();
}
}