CSharp - Unittesting: Difference between revisions
From Devguid
Tag: visualeditor |
|||
Line 13: | Line 13: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==== References ==== | |||
https://stackoverflow.com/questions/37825107/net-core-use-configuration-to-bind-to-options-with-array |
Revision as of 17:40, 14 March 2023
IOptions
Memory, array of string
using Test;
public void Test()
{
}