In This Article

ITypeReferenceCollection Interface

Provides the base requirements for a collection of ITypeReference objects.

public interface ITypeReferenceCollection : IObservableCollection<ITypeReference>

Properties

this[string, bool]

The ITypeReference with the specified name.

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

The name of the ITypeReference to return.

caseSensitive bool

Whether to perform a case-sensitive name search.

Property Value

ITypeReference

Inherited Members

Extension Methods