Share via


DeployedServicePackageList Class

Definition

public sealed class DeployedServicePackageList : System.Collections.Generic.ICollection<System.Fabric.Query.DeployedServicePackage>, System.Collections.Generic.IEnumerable<System.Fabric.Query.DeployedServicePackage>, System.Collections.Generic.IList<System.Fabric.Query.DeployedServicePackage>
type DeployedServicePackageList = class
    interface IList<DeployedServicePackage>
    interface ICollection<DeployedServicePackage>
    interface seq<DeployedServicePackage>
    interface IEnumerable
Public NotInheritable Class DeployedServicePackageList
Implements ICollection(Of DeployedServicePackage), IEnumerable(Of DeployedServicePackage), IList(Of DeployedServicePackage)
Inheritance
System.Object
DeployedServicePackageList
Implements
System.Collections.Generic.ICollection<DeployedServicePackage> System.Collections.Generic.ICollection<T> System.Collections.Generic.IEnumerable<DeployedServicePackage> System.Collections.Generic.IEnumerable<T> System.Collections.Generic.IList<DeployedServicePackage> System.Collections.IEnumerable

Properties

Count
IsReadOnly
Item[Int32]

Methods

Add(DeployedServicePackage)
Clear()
Contains(DeployedServicePackage)
CopyTo(DeployedServicePackage[], Int32)
GetEnumerator()
IndexOf(DeployedServicePackage)
Insert(Int32, DeployedServicePackage)
Remove(DeployedServicePackage)
RemoveAt(Int32)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Extension Methods

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

Applies to