IList<T> Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The IList<T> type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Count Gets the number of elements contained in the ICollection<T>. (Inherited from ICollection<T>.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsReadOnly Gets a value indicating whether the ICollection<T> is read-only. (Inherited from ICollection<T>.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Item Gets or sets the element at the specified index.

Top