In This Article

ITypeDefinitionCollection Interface

Provides the base requirements for a collection of ITypeDefinition objects.

public interface ITypeDefinitionCollection : IObservableCollection<ITypeDefinition>

Properties

this[string]

Gets the ITypeDefinition with the specified name.

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

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

The name of the ITypeDefinition to return.

Property Value

ITypeDefinition:

The ITypeDefinition with the specified name.

Inherited Members