SyncList<TListType> 類別
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
繼承階層
System.Object
System.Collections.ObjectModel.Collection<TListType>
Microsoft.Reporting.WebForms.SyncList<TListType>
Microsoft.Reporting.WebForms.ReportDataSourceCollection
Microsoft.Reporting.WebForms.ReportViewerCookieCollection
Microsoft.Reporting.WebForms.ReportViewerHeaderCollection
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
<SerializableAttribute> _
Public Class SyncList(Of TListType) _
Inherits Collection(Of TListType)
'用途
Dim instance As SyncList(Of TListType)
[SerializableAttribute]
public class SyncList<TListType> : Collection<TListType>
[SerializableAttribute]
generic<typename TListType>
public ref class SyncList : public Collection<TListType>
[<SerializableAttribute>]
type SyncList<'TListType> =
class
inherit Collection<'TListType>
end
JScript 不支援泛型型別及方法。
型別參數
- TListType
SyncList<TListType> 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() |
Count | (繼承自 Collection<TListType>。) |
![]() |
Item | (繼承自 Collection<TListType>。) |
![]() |
Items | (繼承自 Collection<TListType>。) |
上層
方法
名稱 | 說明 | |
---|---|---|
![]() |
Add | (繼承自 Collection<TListType>。) |
![]() |
Clear | (繼承自 Collection<TListType>。) |
![]() |
ClearItems | 基礎結構。 (覆寫 Collection<T>.ClearItems()。) |
![]() |
Contains | (繼承自 Collection<TListType>。) |
![]() |
CopyTo | (繼承自 Collection<TListType>。) |
![]() |
Equals | (繼承自 Object。) |
![]() |
Finalize | (繼承自 Object。) |
![]() |
GetEnumerator | (繼承自 Collection<TListType>。) |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
IndexOf | (繼承自 Collection<TListType>。) |
![]() |
Insert | (繼承自 Collection<TListType>。) |
![]() |
InsertItem | 基礎結構。 (覆寫 Collection<T>.InsertItem(Int32, T)。) |
![]() |
MemberwiseClone | (繼承自 Object。) |
![]() |
Remove | (繼承自 Collection<TListType>。) |
![]() |
RemoveAt | (繼承自 Collection<TListType>。) |
![]() |
RemoveItem | 基礎結構。 (覆寫 Collection<T>.RemoveItem(Int32)。) |
![]() |
SetItem | 基礎結構。 (覆寫 Collection<T>.SetItem(Int32, T)。) |
![]() |
ToString | (繼承自 Object。) |
上層
明確 繼承 實作
名稱 | 說明 | |
---|---|---|
![]() ![]() |
IList.Add | (繼承自 Collection<TListType>。) |
![]() ![]() |
IList.Contains | (繼承自 Collection<TListType>。) |
![]() ![]() |
ICollection.CopyTo | (繼承自 Collection<TListType>。) |
![]() ![]() |
IEnumerable.GetEnumerator | (繼承自 Collection<TListType>。) |
![]() ![]() |
IList.IndexOf | (繼承自 Collection<TListType>。) |
![]() ![]() |
IList.Insert | (繼承自 Collection<TListType>。) |
![]() ![]() |
IList.IsFixedSize | (繼承自 Collection<TListType>。) |
![]() ![]() |
ICollection<T>.IsReadOnly | (繼承自 Collection<TListType>。) |
![]() ![]() |
IList.IsReadOnly | (繼承自 Collection<TListType>。) |
![]() ![]() |
ICollection.IsSynchronized | (繼承自 Collection<TListType>。) |
![]() ![]() |
IList.Item | (繼承自 Collection<TListType>。) |
![]() ![]() |
IList.Remove | (繼承自 Collection<TListType>。) |
![]() ![]() |
ICollection.SyncRoot | (繼承自 Collection<TListType>。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。