In This Article

IModuleDefinitionCollection Interface

Provides the base requirements for a collection of IModuleDefinition objects.

public interface IModuleDefinitionCollection : IObservableCollection<IModuleDefinition>

Properties

this[string]

The IModuleDefinition with the specified name.

IModuleDefinition? this[string name] { get; }
Parameter Type Description
name string

The name of the IModuleDefinition to return.

Property Value

IModuleDefinition

Inherited Members

Extension Methods