Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SR.cs « corefx « System.Numerics.Vectors « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: def5b0907ed719e4d33feb070ce3ed2cf9914c2f (plain)
1
2
3
4
5
6
7
8
9
10
11
//
// This file was generated by resx2sr tool
//

partial class SR
{
	public const string Arg_ArgumentOutOfRangeException = "Index was out of bounds:";
	public const string Arg_ElementsInSourceIsGreaterThanDestination = "Number of elements in source vector is greater than the destination array";
	public const string Arg_NullArgumentNullRef = "The method was called with a null array argument.";
	public const string Arg_TypeNotSupported = "Specified type is not supported";
}