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