Interface IUnitPortCollection<TPort>
Inherited Members
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
public interface IUnitPortCollection<TPort> : IKeyedCollection<string, TPort>, ICollection<TPort> where TPort : IUnitPort
Type Parameters
| Name | Description |
|---|---|
| TPort |
Methods
Single()
Declaration
TPort Single()
Returns
| Type | Description |
|---|---|
| TPort |