DataBusDataSource::ReadOnlyListAdapter<T> Class
Represents read only list as adapter of read-only collection.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
System.Collections.ObjectModel::ReadOnlyCollection<T>
Microsoft.SqlServer.Management.Data::DataBusDataSource::ReadOnlyListAdapter<T>
| Name | Description | |
|---|---|---|
![]() | DataBusDataSource::ReadOnlyListAdapter<T>(ICollection<T>^) | Initializes a new instance of the DataBusDataSource::ReadOnlyListAdapter<T> class with the specified collection parameter. |
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from ReadOnlyCollection<T>.) |
![]() | Item[Int32] | (Inherited from ReadOnlyCollection<T>.) |
![]() | Items | (Inherited from ReadOnlyCollection<T>.) |
| Name | Description | |
|---|---|---|
![]() | Contains(T) | (Inherited from ReadOnlyCollection<T>.) |
![]() | CopyTo(array<T>^, Int32) | (Inherited from ReadOnlyCollection<T>.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | (Inherited from ReadOnlyCollection<T>.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IndexOf(T) | (Inherited from ReadOnlyCollection<T>.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






