Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# todictionary linq

var student = objStudent.ToDictionary(x => x.Id, x => x.Name);  
Source by www.javatpoint.com #
 
PREVIOUS NEXT
Tagged: #todictionary #linq
ADD COMMENT
Topic
Name
6+7 =