In This Article

IPackageReferenceCollection Interface

Provides the base requirements for a collection of IPackageReference objects.

public interface IPackageReferenceCollection : IObservableCollection<IPackageReference>

Properties

this[string]

The IPackageReference with the specified name.

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

The name of the IPackageReference to return.

Property Value

IPackageReference

Inherited Members

Extension Methods