RdlCollectionBase(T) クラス

RDL コレクションの基本クラスを表します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public MustInherit Class RdlCollectionBase(Of T) _
    Inherits Collection(Of T) _
    Implements IList(Of T), ICollection(Of T),  _
    IEnumerable(Of T), IList, ICollection, IEnumerable, IContainedObject
'使用
Dim instance As RdlCollectionBase(Of T)
public abstract class RdlCollectionBase<T> : Collection<T>, 
    IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection, 
    IEnumerable, IContainedObject
generic<typename T>
public ref class RdlCollectionBase abstract : public Collection<T>, 
    IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection, 
    IEnumerable, IContainedObject
[<AbstractClassAttribute>]
type RdlCollectionBase<'T> =  
    class
        inherit Collection<'T>
        interface IList<'T>
        interface ICollection<'T>
        interface IEnumerable<'T>
        interface IList
        interface ICollection
        interface IEnumerable
        interface IContainedObject
    end
JScript は汎用の型およびメソッドをサポートしていません。

型パラメーター

  • T

継承階層

System. . :: . .Object
  System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'T> ) > ) >
    Microsoft.ReportingServices.RdlObjectModel..::..RdlCollectionBase<(Of <(<'T>)>)>
      Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollection< (Of < ( <'T> ) > ) >

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。