GOA - System.Collections.ICollection

ICollection Interface


Defines number of elements for collection objects.

Definition

public interface ICollection: IEnumerable

Members Table

MethodDescription
CopyToWhen implemented by a class, copies the elements of the ICollection into an Array, starting at a particular Array index.
GetEnumeratorInherited from IEnumerable.
PropertyDescription
CountGets the number of elements contained by the ICollection.
IsSynchronizedWhen implemented by a class, gets a value indicating whether access to the ICollection is synchronized.
SyncRootWhen implemented by a class, gets an object that can be used to synchronize access to the 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.