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
Inherited Members
- IObservableCollection<IPackageReference>.ItemAdding
- IObservableCollection<IPackageReference>.ItemAdded
- IObservableCollection<IPackageReference>.ItemRemoving
- IObservableCollection<IPackageReference>.ItemRemoved