Interface IMergedCollection<T>
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.dll
Syntax
public interface IMergedCollection<T> : ICollection<T>, IEnumerable<T>, IEnumerable
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 |