Share via


ServiceGroupMemberTypeList Class

Definition

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

Properties

Count
IsReadOnly
Item[Int32]

Methods

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