Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Color { public string color; } public class Program { public static void Main(string[] args) { List<Color> lColorTemp = new List<Color>() ; List<Color> lColor = new List<Color>(); lColor.Add(new Color {color = "red"}); lColor.Add(new Color {color = "blue"}); lColor.Add(new Color {color = "green"}); lColor.Add(new Color {color = "black"}); foreach (Color l in lColor) { Console.WriteLine(l.color ); foreach (Color l1 in lColorTemp) { if (l.color != l1.color) l1 } } } } }
run
|
edit
|
history
|
help
0
algo1
dgh ret ertfh fhf hft85487
Classes
YRHBD XDXS
Enumerable
іфи
Binary search tree - Post-order Traversal
Test
anyonymous type pass to method in c#
1.2 Basics: object orientation