IList(Of T) Properties

 

Namespace:   System.Collections.Generic
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubpropertyCount

Gets the number of elements contained in the ICollection(Of T).(Inherited from ICollection(Of T).)

System_CAPS_pubpropertyIsReadOnly

Gets a value indicating whether the ICollection(Of T) is read-only.(Inherited from ICollection(Of T).)

System_CAPS_pubpropertyItem(Int32)

Gets or sets the element at the specified index.

Return to top
Show: