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) { int count = 0; Color varColor = new Color(); List<Color> lColorTemp = new List<Color>() ; List<String> lStr = new List<String>() ; lStr.Add("1"); /* List<ServerTag> tags = servers.Select(server => db.ServerTags .First(e => e.ServerId == server.Id)).ToList() .GroupBy(x => x.TagId).Select(x => x.First()).ToList();*/ 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"}); lColor.Add(new Color {color = "black"}); lColor.Add(new Color {color = "red"}); // lColorTemp.Add(from x in lColor select x.color[0]); // string f = lColor.Select(x => x.color.Take(1).ToArray()); var f = lColor.First().color; lColorTemp.Add(new Color {color = f}); foreach (Color l in lColor) { if (l.color != f) { Console.Write("test"); break; } else { Console.WriteLine(" else "); } count++; Console.WriteLine(" count = " + count); } } } }
run
|
edit
|
history
|
help
0
Pascal Tringle
Found many section of times intersect.
Returning the number of 1s in the binary representation of an unsigned integer
prime number
UrlAccess
Scope variables
Reward
3
switch it
Fibonacci Series