IReadOnlyCollection<T> Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An interface to an immutable collection.
public interface IReadOnlyCollection<T> : Microsoft.SqlServer.Management.Sdk.Sfc.IReadOnlyCollection, System.Collections.Generic.IEnumerable<T>
type IReadOnlyCollection<'T> = interface
interface IReadOnlyCollection
interface IEnumerable
interface seq<'T>
Public Interface IReadOnlyCollection(Of T)
Implements IEnumerable(Of T), IReadOnlyCollection
- T
The item type of the collection.
- Derived
- Implements
Count |
Gets the number of items contained in the IReadOnlyCollection. (Inherited from IReadOnlyCollection) |
Contains(T) |
Determines whether the collection contains a specific value. |
Copy |
Copies the elements of the collection to an array, starting at a particular array index. |