ServiceGroupMemberList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.ObjectServiceGroupMemberList
- 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
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. |