In This Article

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

IFunctionDefinition

Inherited Members

Extension Methods