Interface IGraphElementCollection<T>
Inherited Members
Namespace: Unity.VisualScripting
Syntax
public interface IGraphElementCollection<T> : IKeyedCollection<Guid, T>, ICollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged<T> where T : IGraphElement
Type Parameters
Name | Description |
---|---|
T |