RdlCollectionBase<T> 类
Represents the base class for an RDL collection.
继承层次结构
System.Object
System.Collections.ObjectModel.Collection<T>
Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<T>
Microsoft.ReportingServices.RdlObjectModel.RdlCollection<T>
命名空间: 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
RdlCollectionBase<T> 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
RdlCollectionBase<T>() | 基础结构。Initializes a new instance of the RdlCollectionBase<T> class. | |
RdlCollectionBase<T>(IContainedObject) | 基础结构。Initializes a new instance of the RdlCollectionBase<T> class. |
页首
属性
名称 | 说明 | |
---|---|---|
Count | (从 Collection<T> 继承。) | |
Item | (从 Collection<T> 继承。) | |
Items | (从 Collection<T> 继承。) | |
Parent | The parent object. |
页首
方法
名称 | 说明 | |
---|---|---|
Add | (从 Collection<T> 继承。) | |
Clear | (从 Collection<T> 继承。) | |
ClearItems | (从 Collection<T> 继承。) | |
Contains | (从 Collection<T> 继承。) | |
CopyTo | (从 Collection<T> 继承。) | |
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetEnumerator | (从 Collection<T> 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
IndexOf | (从 Collection<T> 继承。) | |
Insert | (从 Collection<T> 继承。) | |
InsertItem | 基础结构。 (覆盖 Collection<T>.InsertItem(Int32, T)。) | |
MemberwiseClone | (从 Object 继承。) | |
Remove | (从 Collection<T> 继承。) | |
RemoveAt | (从 Collection<T> 继承。) | |
RemoveItem | (从 Collection<T> 继承。) | |
SetItem | 基础结构。 (覆盖 Collection<T>.SetItem(Int32, T)。) | |
ToString | (从 Object 继承。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
IList.Add | ||
IList.Item | ||
IList.Contains | (从 Collection<T> 继承。) | |
ICollection.CopyTo | (从 Collection<T> 继承。) | |
IEnumerable.GetEnumerator | (从 Collection<T> 继承。) | |
IList.IndexOf | (从 Collection<T> 继承。) | |
IList.Insert | (从 Collection<T> 继承。) | |
IList.IsFixedSize | (从 Collection<T> 继承。) | |
ICollection<T>.IsReadOnly | (从 Collection<T> 继承。) | |
IList.IsReadOnly | (从 Collection<T> 继承。) | |
ICollection.IsSynchronized | (从 Collection<T> 继承。) | |
IList.Remove | (从 Collection<T> 继承。) | |
ICollection.SyncRoot | (从 Collection<T> 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。