In This Article

IModuleDefinitionCollection Interface

Provides the base requirements for a collection of IModuleDefinition objects.

public interface IModuleDefinitionCollection : IObservableCollection<IModuleDefinition>

Properties

this[string]

Gets the IModuleDefinition with the specified name.

[C#] In C#, this property is the indexer for the IModuleDefinitionCollection interface.

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

The name of the IModuleDefinition to return.

Property Value

IModuleDefinition:

The IModuleDefinition with the specified name.

Inherited Members