Freigeben über


ServiceCollection.Contains(ServiceDescriptor) Methode

Definition

Bestimmt, ob die ICollection<T> einen bestimmten Wert enthält.

public:
 virtual bool Contains(Microsoft::Extensions::DependencyInjection::ServiceDescriptor ^ item);
public bool Contains (Microsoft.Extensions.DependencyInjection.ServiceDescriptor item);
abstract member Contains : Microsoft.Extensions.DependencyInjection.ServiceDescriptor -> bool
override this.Contains : Microsoft.Extensions.DependencyInjection.ServiceDescriptor -> bool
Public Function Contains (item As ServiceDescriptor) As Boolean

Parameter

item
ServiceDescriptor

Das Objekt, das im ICollection<T>gefunden werden soll.

Gibt zurück

true, wenn item im ICollection<T>gefunden wird; andernfalls false.

Implementiert

Gilt für: