DataBusDataSource.ReadOnlyListAdapter<T> Class

Definition

Represents read only list as adapter of read-only collection.

public: generic <typename T>
ref class DataBusDataSource::ReadOnlyListAdapter : System::Collections::ObjectModel::ReadOnlyCollection<T>
public class DataBusDataSource.ReadOnlyListAdapter<T> : System.Collections.ObjectModel.ReadOnlyCollection<T>
type DataBusDataSource.ReadOnlyListAdapter<'T> = class
    inherit ReadOnlyCollection<'T>
Public Class DataBusDataSource.ReadOnlyListAdapter(Of T)
Inherits ReadOnlyCollection(Of T)

Type Parameters

T

A generic type value.

Inheritance
DataBusDataSource.ReadOnlyListAdapter<T>

Constructors

DataBusDataSource.ReadOnlyListAdapter<T>(ICollection<T>)

Initializes a new instance of the DataBusDataSource.ReadOnlyListAdapter<T> class with the specified collection parameter.

Applies to