Share via


ServiceTypeList Class

Definition

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

Properties

Count
IsReadOnly
Item[Int32]

Methods

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