Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

dctionary literal c#

var data = new Dictionary<string, string>
{
    { "test", "val" }, 
    { "test2", "val2" }
};


Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #dctionary #literal
ADD COMMENT
Topic
Name
4+9 =