Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

dctionary literal c#

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


Comment

PREVIOUS NEXT
Code Example
Csharp :: play sound in sequence unity 
Csharp :: c# interface properties 
Csharp :: c# if break 
Csharp :: run in wpf 
Csharp :: unity GUI TextField enter 
Csharp :: commit help 
Csharp :: How to set default page asp.net MVC 
Csharp :: unity how to check index of enum 
Csharp :: how to call last string from text file C# 
Csharp :: create class for database connection in c# 
Csharp :: unity screen size fix 
Csharp :: linq select 
Csharp :: serialize object to json 
Csharp :: how to set the server url in dotnet core 
Csharp :: Default property value in C# 
Csharp :: datatable select c# 
Csharp :: static keyword 
Csharp :: register all services microsoft .net core dependency injection container 
Csharp :: send email every 5 minutes c# 
Csharp :: can object change color when collided with particles unity 
Csharp :: c# driver.findelement to look for declared variable 
Csharp :: wpf fixed window size 
Csharp :: deferred rendering unity 
Csharp :: unity transparent sprite 
Csharp :: how to turn the textbox into char in windows forms 
Csharp :: executesqlinterpolatedasync stored procedure 
Csharp :: autho close in persian time picker 
Csharp :: c# aabb box rotate 
Csharp :: C# return dictionary string/integer from comparison of List and Array 
Csharp :: use string[] args c# 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =