Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Defines properties and methods for the generic immutable sets.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Interface IReadOnlySet(Of T) _
Inherits IReadOnlySet, IReadOnlyCollection(Of T), IReadOnlyCollection, _
IEnumerable(Of T), IEnumerable
'Uso
Dim instance As IReadOnlySet(Of T)
public interface IReadOnlySet<T> : IReadOnlySet,
IReadOnlyCollection<T>, IReadOnlyCollection, IEnumerable<T>, IEnumerable
generic<typename T>
public interface class IReadOnlySet : IReadOnlySet,
IReadOnlyCollection<T>, IReadOnlyCollection, IEnumerable<T>, IEnumerable
type IReadOnlySet<'T> =
interface
interface IReadOnlySet
interface IReadOnlyCollection<'T>
interface IReadOnlyCollection
interface IEnumerable<'T>
interface IEnumerable
end
JScript não dá suporte a tipos e métodos genéricos.
Parâmetros de tipo
- T
The type of the elements in the set.
O tipo IReadOnlySet<T> expõe os membros a seguir.
Propriedades
| Nome | Descrição | |
|---|---|---|
![]() |
Count | Gets the number of items that are contained in the collection. (Herdado de IReadOnlyCollection.) |
Início
Métodos
| Nome | Descrição | |
|---|---|---|
![]() |
Contains | Determines whether the specified item is contained in the collection. (Herdado de IReadOnlyCollection<T>.) |
![]() |
CopyTo | Copies the elements of the collection to the specified array, starting at a particular array index. (Herdado de IReadOnlyCollection<T>.) |
![]() |
GetEnumerator | (Herdado de IEnumerable<T>.) |
![]() |
IsProperSubsetOf(IEnumerable) | Checks if this set is a subset of another set, but differs from it. (Herdado de IReadOnlySet.) |
![]() |
IsProperSubsetOf(IEnumerable<T>) | Determines whether this set is a subset of another set, but differs from it. |
![]() |
IsProperSupersetOf(IEnumerable) | Checks if this set is a superset of another set, but differs from it. (Herdado de IReadOnlySet.) |
![]() |
IsProperSupersetOf(IEnumerable<T>) | Determines whether this set is a superset of another set, but differs from it. |
![]() |
IsSubsetOf(IEnumerable) | Checks if this set is a subset of another set. (Herdado de IReadOnlySet.) |
![]() |
IsSubsetOf(IEnumerable<T>) | Determines whether this set is a subset of another set. |
![]() |
IsSupersetOf(IEnumerable) | Checks if this set is a superset of another set. (Herdado de IReadOnlySet.) |
![]() |
IsSupersetOf(IEnumerable<T>) | Determines whether this set is a superset of another set. |
![]() |
Overlaps(IEnumerable) | Checks if this set has any elements in common with another set. (Herdado de IReadOnlySet.) |
![]() |
Overlaps(IEnumerable<T>) | Determines whether this set has any elements in common with another set. |
![]() |
SetEquals(IEnumerable) | Checks if this set contains the same and only the same elements as the other. (Herdado de IReadOnlySet.) |
![]() |
SetEquals(IEnumerable<T>) | Determines whether this set contains the same and only the same elements as the other. |
Início
.gif)
.gif)