Class UnitPortDefinitionCollection<T>
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public sealed class UnitPortDefinitionCollection<T> : ParentCollection<FlowGraph, string, T>, IList<T>, IList, IReadOnlyList<T>, IReadOnlyCollection<T>, IKeyedCollection<string, T>, ICollection, INotifyCollectionChangedPausable, INotifyCollectionChanged, INotifyCollectionItemPropertyChanged, IBulkCollection<T>, ICollection<T>, IEnumerable<T>, IEnumerable where T : IUnitPortDefinition
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
UnitPortDefinitionCollection(FlowGraph)
Declaration
public UnitPortDefinitionCollection(FlowGraph parent)
Parameters
| Type | Name | Description |
|---|---|---|
| FlowGraph | parent |
Methods
GetKeyForItem(T)
Declaration
protected override string GetKeyForItem(T item)
Parameters
| Type | Name | Description |
|---|---|---|
| T | item |
Returns
| Type | Description |
|---|---|
| String |
Overrides
System.Collections.ObjectModel.KeyedCollection<System.String, T>.GetKeyForItem(T)