GOA - System.Collections.ReadOnlyCollectionBase

ReadOnlyCollectionBase Class


Provides the abstract base class for a strongly typed read-only collection.

Definition

public abstract class ReadOnlyCollectionBase: Object, 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. (Inherited from ICollection)
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetEnumeratorReturns an enumerator that can iterate through the ReadOnlyCollectionBase instance.
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
ReadOnlyCollectionBaseInitializes a new instance of ReadOnlyCollectionBase.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
System.Collections.ICollection.CopyToCopies the elements of the ReadOnlyCollectionBase to an Array, starting at a particular Array index.
ToStringReturns a String that represents the current Object. (Inherited from Object)
PropertyDescription
CountGets the number of elements contained in the ReadOnlyCollectionBase instance.
InnerListGets the list of elements contained in the ReadOnlyCollectionBase instance.
IsSynchronizedWhen implemented by a class, gets a value indicating whether access to the ICollection is synchronized. (Inherited from ICollection)
SyncRootWhen implemented by a class, gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection)
System.Collections.ICollection.IsSynchronizedGets a value indicating whether access to the ReadOnlyCollectionBase is synchronized.
System.Collections.ICollection.SyncRootGets an object that can be used to synchronize access to the ReadOnlyCollectionBase.

Inheritance Hierarchy

Object
ReadOnlyCollectionBase

Class Information

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



© 2003-2007 NETiKA Technologies. All rights reserved.