Skip to content

Commit

Permalink
dotnet#658: restore lost ParamsAllValues attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
gsomix committed Oct 13, 2018
1 parent 9807bb3 commit 5fea7b4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/BenchmarkDotNet/Attributes/ParamsAllValuesAttribute.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using System;
namespace BenchmarkDotNet.Attributes
{
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
public class ParamsAllValuesAttribute : Attribute
{
}
}

0 comments on commit 5fea7b4

Please sign in to comment.