13 collections

Post on 10-May-2015

473 Views

Category:

Economy & Finance

1 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Collections

tnngo2@gmail.com

Programming in C#

System.Collections Namespace

Array vs Collection

System.Collections namespace

Classes

Interfaces

System.Collections.Generic Namespace

System.Collections.Generic namespace similar to System.Collection as both allow to create Collections but generic collection are type-safe.

Classes

Interfaces

ArrayList

ArrayList class https://gist.github.com/2477763

Constructors

Methods

Properties

Hashtable

Hashtable https://gist.github.com/2477768

Constructors

Methods

Properties

SortedList

SortedList https://gist.github.com/2477903

Constructors

Methods

Properties

Dictionary Generic Class

Dictionary Generic Class https://gist.github.com/2477903 does not allow null values as elements

Constructors

Methods

Properties

top related