IReadOnlyList<T> Interface
Defines properties and methods for the generic immutable list of objects that can be accessed by index.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items that are contained in the collection.(Inherited from IReadOnlyCollection.) |
![]() | Item[Int32] | Gets the element at the specified index. |
| Name | Description | |
|---|---|---|
![]() | Contains(T) | Determines whether the specified item is contained in the collection.(Inherited from IReadOnlyCollection<T>.) |
![]() | CopyTo(array<T>^, Int32) | Copies the elements of the collection to the specified array, starting at a particular array index.(Inherited from IReadOnlyCollection<T>.) |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
Show:

