Lecture overview -- Keyboard shortcut: 'u'  Previous page: Sample use of class <b><kbd>List<T></kbd></b> -- Keyboard shortcut: 'p'  Next page: Sample use of Sort in <b><kbd>List<T></kbd></b> -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Collection Classes - slide 14 : 36

Sample use of the Find operations in List<T>

An illustration of Find, FindAll and IndexOf

Linear search

Point.cs
Struct Point - used as actual List type parameter.
prog.cs
Sample uses of List.Find.
output
Output from the Find program.