DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CSHARP
c# initialize dictionary
Dictionary
<
int
,
string
>
dictNew
=
new
Dictionary
<
int
,
string
>
(
)
{
{
1
,
"true"
}
,
{
2
,
"false"
}
}
PREVIOUS
NEXT
Tagged:
#initialize
#dictionary
ADD COMMENT
Topic
COMMENT
Name
4+6 =
Submit