Merge pull request #3716 from vargaz/unbox-stobj-null
[mono.git] / mcs / class / corlib / corefx / SR.cs
1 // TODO: Should be auto-generated from resources.resx
2
3 static class SR
4 {
5         public const string ArgumentException_ValueTupleIncorrectType = "The parameter should be a ValueTuple type of appropriate arity.";
6         public const string ArgumentException_ValueTupleLastArgumentNotAValueTuple = "The TRest type argument of ValueTuple`8 must be a ValueTuple.";
7 }