Zebra0.com

csharpGlossary for C#: arrays

Glossary for C#: arrays

Learn C# (C sharp) in FREE step-by-step lessons.

array: Introduction to Arrays(Lesson: Arrays in C#)
   An array is like a list. This shows how to declare and change values in an array
array, out of bounds: Out of bounds: An exception(Lesson: Arrays in C#)
   If we try to access an element beyond the last element there is a run time error.
array, variable index: Variables as index of Arrays(Lesson: Arrays in C#)
   Finds the total of all values in an array using a loop
array global colors: Colors: Add an array of strings to combo box(Lesson: Arrays in C#)
   A global array of color names is created.
In form load, a loop, adds the colors to combo box.

array reference: Microsoft Reference: C# Arrays and Collections(Lesson: Arrays in C#)
   Read these white papers from Microsoft
array search between: seasons: Season: A special type of search(Lesson: Arrays in C#)
   An array of first day of season is searched to find where the selected date belongs.
array vs list: Comparison of arrays and lists(Lesson: Arrays in C#)
   Examples of declaring arrays vs. lists
arrays, parallel: color change: Use timer to cycle through colors in an array(Lesson: Arrays in C#)
   Global parallel arrays are used for the color names and colors. Make sure the subscript is not out of bounds.
color objects: Colors: Change the color to selected color in combo box(Lesson: Arrays in C#)
   Uses parallel arrays: a string with color names and Color objects
list vs array: Comparison of arrays and lists(Lesson: Arrays in C#)
   Examples of declaring arrays vs. lists
object array: Wishes(Lesson: Arrays in C#)
   At timer event lables are given random font, color and text from arrays.
out of bounds: Out of bounds: An exception(Lesson: Arrays in C#)
   If we try to access an element beyond the last element there is a run time error.
parallel arrays: Colors: Change the color to selected color in combo box(Lesson: Arrays in C#)
   Uses parallel arrays: a string with color names and Color objects
parallel arrays: color change: Use timer to cycle through colors in an array(Lesson: Arrays in C#)
   Global parallel arrays are used for the color names and colors. Make sure the subscript is not out of bounds.
subscript out of bounds: Out of bounds: An exception(Lesson: Arrays in C#)
   If we try to access an element beyond the last element there is a run time error.
timer app: advice: Advice: An application with a List and Timer(Lesson: Arrays in C#)
   A list of good advice is randomly selected and scrolls across the form.
variable array index: Variables as index of Arrays(Lesson: Arrays in C#)
   Finds the total of all values in an array using a loop
Full Glossary