using System; namespace Unity.VisualScripting { public interface IGraphElementCollection : IKeyedCollection, INotifyCollectionChanged where T : IGraphElement { } }