IPackageReferenceCollection Interface
Provides the base requirements for a collection of IPackageReference objects.
public interface IPackageReferenceCollection : IObservableCollection<IPackageReference>
Properties
this[string]
Gets the IPackageReference with the specified name.
[C#] In C#, this property is the indexer for the IPackageReferenceCollection interface.
IPackageReference this[string name] { get; }
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the IPackageReference to return. |
Property Value
- IPackageReference:
The IPackageReference with the specified name.