Share via


DeployedApplicationList Class

Definition

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

Properties

Count
IsReadOnly
Item[Int32]

Methods

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