In This Article

ITypeReferenceCollection Interface

Provides the base requirements for a collection of ITypeReference objects.

public interface ITypeReferenceCollection : IObservableCollection<ITypeReference>, IList<ITypeReference>, ICollection<ITypeReference>, IEnumerable<ITypeReference>, IEnumerable

Properties

Item[String]

Gets the ITypeReference with the specified name.

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

ITypeReference this[string name] { get; }
Parameter Type Description
name System.String

The name of the ITypeReference to return.

Property Value

ITypeReference:

The ITypeReference with the specified name.

Inherited Members

Extension Methods