IVariableDefinitionCollection Interface
Provides the base requirements for a collection of IVariableDefinition objects.
public interface IVariableDefinitionCollection : IObservableCollection<IVariableDefinition>
Properties
this[string]
Gets the IVariableDefinition with the specified name.
[C#] In C#, this property is the indexer for the IVariableDefinitionCollection interface.
IVariableDefinition this[string name] { get; }
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the IVariableDefinition to return. |
Property Value
- IVariableDefinition:
The IVariableDefinition with the specified name.