[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Type Parameters
- T
A wrapper that provide a list that is readonly.
The following tables list the members exposed by the ReadOnlyList<(Of T>) generic type.
Public Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the ICollection<(Of T>).
|
![]() | IsReadOnly |
Gets a value indicating whether the ICollection<(Of T>) is read-only.
|
![]() | Item |
Gets or sets the !:T at the specified index.
|