RdlCollectionBase<T> Class

Definition

Represents the base class for an RDL collection.

generic <typename T>
public ref class RdlCollectionBase abstract : System::Collections::ObjectModel::Collection<T>, Microsoft::ReportingServices::RdlObjectModel::IContainedObject, System::Collections::Generic::ICollection<T>, System::Collections::Generic::IEnumerable<T>, System::Collections::Generic::IList<T>
public abstract class RdlCollectionBase<T> : System.Collections.ObjectModel.Collection<T>, Microsoft.ReportingServices.RdlObjectModel.IContainedObject, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>
type RdlCollectionBase<'T> = class
    inherit Collection<'T>
    interface IList<'T>
    interface ICollection<'T>
    interface seq<'T>
    interface IList
    interface ICollection
    interface IEnumerable
    interface IContainedObject
Public MustInherit Class RdlCollectionBase(Of T)
Inherits Collection(Of T)
Implements ICollection(Of T), IContainedObject, IEnumerable(Of T), IList(Of T)

Type Parameters

T

The type of the collection.

Inheritance
RdlCollectionBase<T>
Derived
Implements

Constructors

RdlCollectionBase<T>()

Initializes a new instance of the RdlCollectionBase<T> class.

RdlCollectionBase<T>(IContainedObject)

Initializes a new instance of the RdlCollectionBase<T> class.

Properties

Parent

Gets or sets the parent object.

Methods

InsertItem(Int32, T)

Inserts an element into the collection at the specified index.

SetItem(Int32, T)

Replaces the element at the specified index.

Explicit Interface Implementations

IList.Add(Object)

Adds an object to the end of the collection.

IList.Item[Int32]

Gets or sets the element at the specified index.

Applies to