Share via


RdlCollection<T> Members

Include Protected Members
Include Inherited Members

Represents an RDL collection.

The RdlCollection<T> type exposes the following members.

Constructors

  Name Description
Public method RdlCollection<T>() Initializes a new instance of the RdlCollection<T> class.
Public method RdlCollection<T>(IEnumerable<T>) Infrastructure.
Public method RdlCollection<T>(IContainedObject) Initializes a new instance of the RdlCollection<T> class.

Top

Methods

  Name Description
Public method Add(T) (Inherited from Collection<T>.)
Public method Clear() (Inherited from Collection<T>.)
Protected method ClearItems() Infrastructure. (Overrides Collection<T>.ClearItems().)
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 RdlCollectionBase<T>.InsertItem(Int32, T).)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method OnCollectionChanged(EventArgs) Infrastructure.
Public method Remove(T) (Inherited from Collection<T>.)
Public method RemoveAt(Int32) (Inherited from Collection<T>.)
Protected method RemoveItem(Int32) Infrastructure. (Overrides Collection<T>.RemoveItem(Int32).)
Protected method SetItem(Int32, T) Infrastructure. (Overrides RdlCollectionBase<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. (Inherited from RdlCollectionBase<T>.)

Top

Events

  Name Description
Public event CollectionChanged

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add(Object) (Inherited from RdlCollectionBase<T>.)
Explicit interface implemetationPrivate property IList.Item[Int32] (Inherited from RdlCollectionBase<T>.)
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