Merge pull request #3240 from alexanderkyte/aot_compiler_leaks
[mono.git] / mcs / class / System.Numerics.Vectors / SR.cs
1 // generated from Strings.resx in corefx
2
3 partial class SR
4 {
5         public const string Arg_ArgumentOutOfRangeException="Index was out of bounds:";
6         public const string Arg_ElementsInSourceIsGreaterThanDestination="Number of elements in source vector is greater than the destination array";
7         public const string Arg_MultiDimArrayNotSupported="Only one-dimensional arrays are supported";
8         public const string Arg_NullArgumentNullRef="The method was called with a null array argument.";
9         public const string Arg_RegisterLengthOfRangeException="length must be less than";
10         public const string Arg_TypeNotSupported="Specified type is not supported";
11         public const string Reflection_MethodNotSupported="Vector<T>.Count cannot be called via reflection when intrinsics are enabled.";
12
13         public static string Format (string message, object data)
14         {
15                 return string.Format (message, data);
16         }
17 }