RdlCollectionBase<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
Collection<T>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. |