Multiple Choice
A List object has a(n) ____________ that holds the number of items stored in the List.
A) Count property
B) Total property
C) Length property
D) Size property
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q68: You can call the _ method to
Q69: What special value are the elements of
Q70: Look at the following code sample: const
Q71: An array and the variable that references
Q72: The foreach loop is designed to work
Q74: Because arrays are always passed _, a
Q75: When calling a method and passing an
Q76: To declare a two-dimensional array, two _
Q77: A two-dimensional array can be thought of
Q78: C# provides a special loop known as