IReadOnlySet<T> Interface
Namespace: Stride.Core.CollectionsAssembly: Stride.Core.dll
Represents a strongly-typed, read-only set of element.
public interface IReadOnlySet<T> : IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
| Name | Description |
|---|---|
| T | The type of the elements. |
| Name | Description | |
|---|---|---|
| Methods | ||
| Contains(T) | Determines whether the set [contains] [the specified item]. |
|
Methods
Contains(T)
Determines whether the set [contains] [the specified item].
bool Contains(T item)
Parameters
| Type | Name | Description |
|---|---|---|
| T | item | The item. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
|
Inherited Members
System.Collections.Generic.IReadOnlyCollection<T>.Count
System.Collections.Generic.IEnumerable<T>.GetEnumerator()