Share via


DeployedCodePackageList Class

Definition

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

Properties

Count
IsReadOnly
Item[Int32]

Methods

Add(DeployedCodePackage)
Clear()
Contains(DeployedCodePackage)
CopyTo(DeployedCodePackage[], Int32)
GetEnumerator()
IndexOf(DeployedCodePackage)
Insert(Int32, DeployedCodePackage)
Remove(DeployedCodePackage)
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