다음을 통해 공유


ServiceGroupMemberTypeList Class

Definition

The service group member type list that contains the service group member types.

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
ServiceGroupMemberTypeList
Implements

Properties

Count

The count of the service group member type.

IsReadOnly

The flag of read only.

Item[Int32]

Access the service group member type.

Methods

Add(ServiceGroupMemberType)

Add the service group member type.

Clear()

Clear the service group member types.

Contains(ServiceGroupMemberType)

Search if contains the service group member type.

CopyTo(ServiceGroupMemberType[], Int32)

Copy the service group member type.

GetEnumerator()

Get the enumerator of the service group member types.

IndexOf(ServiceGroupMemberType)

Search for the index of the service group member type.

Insert(Int32, ServiceGroupMemberType)

Insert the service group member type.

Remove(ServiceGroupMemberType)

Remove the service group member type.

RemoveAt(Int32)

Remove service group member type.

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