Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
ConcurrentQueue<T>
//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.Concurrent; using System.Threading; using System.Threading.Tasks; namespace Rextester { public class Program { public static void Main(string[] args) { ConcurrentQueue<int> queue = new ConcurrentQueue<int>(); queue.Enqueue(42); int result; if (queue.TryDequeue(out result)) Console.WriteLine("Dequeued: {0}", result); } } }
run
|
edit
|
history
|
help
0
Test
money
convert a string of numbers to a list then use a forEach to loop through the list
Programa_01_01_Declaracion_de_clases
c# değişik bir çizim
IEnumerable<T> generic interface implementation
Strings Mix Complete
Main5
StudentSysInput
saxasdcdf