ServiceGroupMemberMemberList Class

Definition

The service group member member list that contains service group member members.

C#
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>
Inheritance
ServiceGroupMemberMemberList
Implements

Properties

Count

The count of the service group member members.

IsReadOnly

The flag of read only.

Item[Int32]

Access the service group member member.

Methods

Add(ServiceGroupMemberMember)

Add service group member member.

Clear()

Clear the service group member members.

Contains(ServiceGroupMemberMember)

Search if contains the service group member member.

CopyTo(ServiceGroupMemberMember[], Int32)

Copy to the service group member member.

GetEnumerator()

Get the enumerator of the service group member members.

IndexOf(ServiceGroupMemberMember)

Search for the index of the service group member member.

Insert(Int32, ServiceGroupMemberMember)

Insert the service group member member.

Remove(ServiceGroupMemberMember)

Remove the service group member member.

RemoveAt(Int32)

Remove the service group member member.

Explicit Interface Implementations

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

Product Versions
Azure SDK for .NET Legacy, Latest