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