United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
.NET Development
.NET Framework 3.0
Class Library
System.Collections.Generic
List Generic Class
List Properties
Capacity Property
Count Property
Item Property
System.Collections.Generic.ICollection<T>.IsReadOnly Property
System.Collections.ICollection.IsSynchronized Property
System.Collections.ICollection.SyncRoot Property
System.Collections.IList.IsFixedSize Property
System.Collections.IList.IsReadOnly Property
System.Collections.IList.Item Property
This topic has not yet been rated
-
Rate this topic
List Properties
.NET Framework 3.0
Other Versions
.NET Framework 4.5
.NET Framework 4
.NET Framework 3.5
.NET Framework 2.0
Silverlight
Public Properties
Name
Description
Capacity
Gets or sets the total number of elements the internal data structure can hold without resizing.
Count
Gets the number of elements actually contained in the
List
.
Item
Gets or sets the element at the specified index.
Top
Explicit Interface Implementations
Name
Description
System.Collections.Generic.ICollection<T>.IsReadOnly
System.Collections.ICollection.IsSynchronized
System.Collections.ICollection.SyncRoot
System.Collections.IList.IsFixedSize
System.Collections.IList.IsReadOnly
System.Collections.IList.Item
Top
See Also
Reference
List Generic Class
System.Collections.Generic Namespace
IList Interface
Other Resources
Performing Culture-Insensitive String Operations in Collections
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD