GOA - System.Collections.IList

IList Interface


Represents a collection of objects that can be individually accessed by index.

Definition

public interface IList: ICollection

Members Table

MethodDescription
AddWhen implemented by a class, adds an item to the IList.
ClearWhen implemented by a class, removes all items from the IList.
ContainsWhen implemented by a class, determines whether the IList contains a specific value.
CopyToInherited from ICollection.
GetEnumeratorInherited from IEnumerable.
IndexOfWhen implemented by a class, determines the index of a specific item in the IList.
InsertWhen implemented by a class, inserts an item to the IList at the specified position.
RemoveWhen implemented by a class, removes the first occurrence of a specific object from the IList.
RemoveAtWhen implemented by a class, removes the IList item at the specified index.
this[]When implemented by a class, gets or sets an item to the IList.
PropertyDescription
CountInherited from ICollection.
IsFixedSizeWhen implemented by a class, gets a value indicating whether the IList has a fixed size.
IsReadOnlyWhen implemented by a class, gets a value indicating whether the IList is read-only.
IsSynchronizedInherited from ICollection.
SyncRootInherited from ICollection.

Interface Information

NamespaceSystem.Collections
Flash Librarycorlib.scl
Flash Library Version2.0.0.2466
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.