Skip to content

JPSoftwareEngineering/Data_Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures in C Sharp

What Are Enumerators?

Enumerators are used to read data in the collection, i.e. they can enumerate (go through/mention one by one) everything in a collection of data.

In C#, all collections (eg lists, dictionaries, stacks, queues etc) are enumerable because they implement the IEnumerable interface. You can iterate over a string using a foreach block to get every character in the string.

Iterator Pattern

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages