Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
C#
dctionary literal c#
Jens Wagemaker
Programming language:
C#
2021-03-05 20:02:10
13
Q:
dctionary literal c#
klskl
Code:
C#
2021-03-17 20:54:03
var
data =
new
Dictionary<
string
,
string
> { {
"test"
,
"val"
}, {
"test2"
,
"val2"
} };
0
Related
C# enum
enum in c#
c# dictionary literal initializer
c# environment variables
enum c#
c# enum syntax
define enum c#
encrypt in C#
enums c#
c# string enum
string to enum c#
string to enum c# 3
enum in method as argument c#
New to Communities?
Join the community