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