Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

All and Any linq c# examlpe replace

 List<Student> Students = new List<Student>()      {         new Student(101, "Hugo", "Garcia", new List<int>() { 91, 88, 76, 93 }),        new Student(102, "Rick", "Adams", new List<int>() { 70, 73, 66, 90 }),        new Student(103, "Michael", "Tucker", new List<int>() { 73, 80, 75, 88 }),        new Student(104, "Fadi", "Fakhouri", new List<int>() { 82, 75, 66, 84 }),        new Student(105, "Peter", "Barrows", new List<int>() { 67, 78, 70, 82 })    };
Source by www.c-sharpcorner.com #
 
PREVIOUS NEXT
Tagged: #All #Any #linq #examlpe #replace
ADD COMMENT
Topic
Name
1+8 =