Share via


ServiceGroupMemberList Class

Definition

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

Properties

Count
IsReadOnly
Item[Int32]

Methods

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