IParameterDefinitionCollection Interface
Provides the base requirements for a collection of IParameterDefinition objects.
public interface IParameterDefinitionCollection : IObservableCollection<IParameterDefinition>
Properties
this[string, bool]
The IParameterDefinition with the specified name.
IParameterDefinition? this[string name, bool caseSensitive] { get; }
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the IParameterDefinition to return. |
| caseSensitive | bool | Whether to perform a case-sensitive name search. |
Property Value
Inherited Members
- IObservableCollection<IParameterDefinition>.ItemAdding
- IObservableCollection<IParameterDefinition>.ItemAdded
- IObservableCollection<IParameterDefinition>.ItemRemoving
- IObservableCollection<IParameterDefinition>.ItemRemoved