In This Article

ITypeDefinitionCollection Interface

Provides the base requirements for a collection of ITypeDefinition objects.

public interface ITypeDefinitionCollection : IObservableCollection<ITypeDefinition>

Properties

this[string, bool]

The ITypeDefinition with the specified name.

ITypeDefinition? this[string name, bool caseSensitive] { get; }
Parameter Type Description
name string

The name of the ITypeDefinition to return.

caseSensitive bool

Whether to perform a case-sensitive name search.

Property Value

ITypeDefinition

Inherited Members

Extension Methods