Queue:non generic collection An introduction to DOT NET: Non generic collection: Queue The non-generic collection classes store data of type Object. queue is FIFO first come first served . Here queue is used to save data and retrieved it in FIFO manner. You can run program and see the working procedure of it. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Collections; namespace queuecollectionprogram { public partial class Form1 : Form { public Form1() { InitializeComponent(); label1.Text = "" ; ...
Technology, SEO, Lifestyle and Crypto updates.