Share via


DeployedServiceTypeList Class

Definition

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

Properties

Count
IsReadOnly
Item[Int32]

Methods

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