InternalDataCollectionBase Class

Definition

Provides the base functionality for creating collections.

public ref class InternalDataCollectionBase : System::Collections::ICollection
public class InternalDataCollectionBase : System.Collections.ICollection
type InternalDataCollectionBase = class
    interface ICollection
    interface IEnumerable
Public Class InternalDataCollectionBase
Implements ICollection
Inheritance
InternalDataCollectionBase
Derived
Implements

Remarks

The BaseCollection class and its members are not intended for use as a stand-alone component, but as the class from which other collection classes derive standard functionality.

Constructors

InternalDataCollectionBase()

Initializes a new instance of the InternalDataCollectionBase class.

Properties

Count

Gets the total number of elements in a collection.

IsReadOnly

Gets a value that indicates whether the InternalDataCollectionBase is read-only.

IsSynchronized

Gets a value that indicates whether the InternalDataCollectionBase is synchronized.

List

Gets the items of the collection as a list.

SyncRoot

Gets an object that can be used to synchronize the collection.

Methods

CopyTo(Array, Int32)

Copies all the elements of the current InternalDataCollectionBase to a one-dimensional Array, starting at the specified InternalDataCollectionBase index.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetEnumerator()

Gets an IEnumerator for the collection.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Extension Methods

Cast<TResult>(IEnumerable)

Casts the elements of an IEnumerable to the specified type.

OfType<TResult>(IEnumerable)

Filters the elements of an IEnumerable based on a specified type.

AsParallel(IEnumerable)

Enables parallelization of a query.

AsQueryable(IEnumerable)

Converts an IEnumerable to an IQueryable.

Applies to