IVariableDefinitionCollection Interface
Provides the base requirements for a collection of IVariableDefinition objects.
public interface IVariableDefinitionCollection : IObservableCollection<IVariableDefinition>
Properties
this[string]
The IVariableDefinition with the specified name.
IVariableDefinition? this[string name] { get; }
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the IVariableDefinition to return. |
Property Value
Inherited Members
- IObservableCollection<IVariableDefinition>.ItemAdding
- IObservableCollection<IVariableDefinition>.ItemAdded
- IObservableCollection<IVariableDefinition>.ItemRemoving
- IObservableCollection<IVariableDefinition>.ItemRemoved