Quantcast
Channel: C# Help » Collections
Browsing all 4 articles
Browse latest View live

C# Custom Collection Implementation

This sample shows a simple custom collection implementation in C# with the .NET Framework. using System;using System.Collections; namespace Personal.Demos.Simple{ public class MainApp{ //entry point...

View Article



Image may be NSFW.
Clik here to view.

C# Collections

To construct and manipulate a collection of objects, .Net framework has provided us with many classes. ArrayList, BitArray, HashTable, SortedList, Queue and Stack are some of them. They are all...

View Article

Developing Collection Classes In .NET

Collection resembles to grouping together theset of objects with the same characteristics, in programming paradigmit resembles to the set of object instances of the same class.In .NET, class libraries...

View Article

C# Collections – What is a Collection?

Admitted, we blew it in the first version of the framework with System.Collections.ICollection, which is next to useless. But we fixed it up pretty well when generics came along in .NET framework 2.0:...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images