RdlCollectionBase<T> 클래스

정의

RDL 컬렉션의 기본 클래스를 나타냅니다.

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)

형식 매개 변수

T

컬렉션의 형식입니다.

상속
RdlCollectionBase<T>
파생
구현

생성자

RdlCollectionBase<T>()

RdlCollectionBase<T> 클래스의 새 인스턴스를 초기화합니다.

RdlCollectionBase<T>(IContainedObject)

RdlCollectionBase<T> 클래스의 새 인스턴스를 초기화합니다.

속성

Parent

부모 개체를 가져오거나 설정합니다.

메서드

InsertItem(Int32, T)

컬렉션에서 지정한 인덱스에 요소를 삽입합니다.

SetItem(Int32, T)

지정된 인덱스에 있는 요소를 바꿉니다.

명시적 인터페이스 구현

IList.Add(Object)

컬렉션의 끝에 개체를 추가합니다.

IList.Item[Int32]

지정한 인덱스에 있는 요소를 가져오거나 설정합니다.

적용 대상