IReadOnlyCollection<T> Interface
Defines properties and methods for the generic type read-only collections.
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.) |
| Name | Description | |
|---|---|---|
![]() | Contains(T) | Determines whether the specified item is contained in the collection. |
![]() | CopyTo(array<T>^, Int32) | Copies the elements of the collection to the specified array, starting at a particular array index. |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
Show:

