Share via


ServiceGroupMemberMemberList Class

Definition

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

Properties

Count
IsReadOnly
Item[Int32]

Methods

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