RdlCollectionBase<T> Members

Include Protected Members
Include Inherited Members

Represents the base class for an RDL collection.

The RdlCollectionBase<T> type exposes the following members.

Constructors

  Name Description
Protected method RdlCollectionBase<T>() Infrastructure. Initializes a new instance of the RdlCollectionBase<T> class.
Protected method RdlCollectionBase<T>(IContainedObject) Infrastructure. Initializes a new instance of the RdlCollectionBase<T> class.

Top

Methods

  Name Description
Public method Add(T) (Inherited from Collection<T>.)
Public method Clear() (Inherited from Collection<T>.)
Protected method ClearItems() (Inherited from Collection<T>.)
Public method Contains(T) (Inherited from Collection<T>.)
Public method CopyTo(array<T[], Int32) (Inherited from Collection<T>.)
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetEnumerator() (Inherited from Collection<T>.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Public method IndexOf(T) (Inherited from Collection<T>.)
Public method Insert(Int32, T) (Inherited from Collection<T>.)
Protected method InsertItem(Int32, T) Infrastructure. (Overrides Collection<T>.InsertItem(Int32, T).)
Protected method MemberwiseClone() (Inherited from Object.)
Public method Remove(T) (Inherited from Collection<T>.)
Public method RemoveAt(Int32) (Inherited from Collection<T>.)
Protected method RemoveItem(Int32) (Inherited from Collection<T>.)
Protected method SetItem(Int32, T) Infrastructure. (Overrides Collection<T>.SetItem(Int32, T).)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Count (Inherited from Collection<T>.)
Public property Item[Int32] (Inherited from Collection<T>.)
Protected property Items (Inherited from Collection<T>.)
Public property Parent The parent object.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add(Object)
Explicit interface implemetationPrivate property IList.Item[Int32]
Explicit interface implemetationPrivate method IList.Contains(Object) (Inherited from Collection<T>.)
Explicit interface implemetationPrivate method ICollection.CopyTo(Array, Int32) (Inherited from Collection<T>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator() (Inherited from Collection<T>.)
Explicit interface implemetationPrivate method IList.IndexOf(Object) (Inherited from Collection<T>.)
Explicit interface implemetationPrivate method IList.Insert(Int32, Object) (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Collection<T>.)
Explicit interface implemetationPrivate method IList.Remove(Object) (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Collection<T>.)

Top