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