Interface IMergedCollection<T>
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
public interface IMergedCollection<T> : ICollection<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
Includes(Type)
Declaration
bool Includes(Type elementType)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | elementType |
Returns
| Type | Description |
|---|---|
| bool |
Includes<TI>()
Declaration
bool Includes<TI>() where TI : T
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| TI |