SyncList Generic Class
This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SyncList(Of listType)
Inherits Collection(Of listType)
'Usage
Dim instance As SyncList(Of listType)
[SerializableAttribute]
public class SyncList<listType> : Collection<listType>
[SerializableAttribute]
generic<typename listType>
public ref class SyncList : public Collection<listType>
J# supports the use of generic types and methods, but not the declaration of new ones.
JScript does not support generic types and methods.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection
Microsoft.Reporting.WinForms.SyncList
Microsoft.Reporting.WinForms.ReportViewerCookieCollection
Microsoft.Reporting.WinForms.ReportViewerHeaderCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.