This topic has not yet been rated - Rate this topic

IList Properties

The IList type exposes the following members.

  NameDescription
Public property Supported by the .NET Compact Framework Supported by the XNA Framework Count Gets the number of elements contained in the ICollection. (Inherited from ICollection.)
Public property Supported by the .NET Compact Framework Supported by the XNA Framework IsFixedSize Gets a value indicating whether the IList has a fixed size.
Public property Supported by the .NET Compact Framework Supported by the XNA Framework IsReadOnly Gets a value indicating whether the IList is read-only.
Public property Supported by the .NET Compact Framework Supported by the XNA Framework IsSynchronized Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ICollection.)
Public property Supported by the .NET Compact Framework Supported by the XNA Framework Item Gets or sets the element at the specified index.
Public property Supported by the .NET Compact Framework Supported by the XNA Framework SyncRoot Gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection.)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.