Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 0f49234

Browse files
jkotasstephentoub
authored andcommitted
Add new resource string
1 parent 94f82da commit 0f49234

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/System.Numerics.Vectors/src/Resources/Strings.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,7 @@
7070
<data name="Arg_TypeNotSupported" xml:space="preserve">
7171
<value>Specified type is not supported</value>
7272
</data>
73+
<data name="Arg_InsufficientNumberOfElements" xml:space="preserve">
74+
<value>At least {0} element(s) are expected in the parameter "{1}".</value>
75+
</data>
7376
</root>

0 commit comments

Comments
 (0)