ExternalRoleMemberCollection Class

Definition

Represents a collection of ExternalRoleMember objects. This class cannot be inherited.

[System.Runtime.InteropServices.Guid("60e824e7-9b4f-425c-9078-293280a5a8c1")]
public sealed class ExternalRoleMemberCollection : System.Collections.IList
[<System.Runtime.InteropServices.Guid("60e824e7-9b4f-425c-9078-293280a5a8c1")>]
type ExternalRoleMemberCollection = class
    interface IList
    interface ICollection
    interface IEnumerable
Public NotInheritable Class ExternalRoleMemberCollection
Implements IList
Inheritance
ExternalRoleMemberCollection
Attributes
Implements

Constructors

ExternalRoleMemberCollection()

Properties

Count

Gets the number of elements contained in the collection.

Item[Int32]

Gets or sets the ExternalRoleMember element at the specified index.

Methods

Add(ExternalRoleMember)

Adds the specified ExternalRoleMember to the end of the collection.

AddRange(ICollection)

Adds the set of specified elements to the end of the collection.

Clear()

Removes all items from the collection.

Contains(ExternalRoleMember)

Determines whether the specified ExternalRoleMember exists in the collection.

CopyTo(Array, Int32)

Copies the elements of the collection to an Array, starting at a particular Array index.

IndexOf(ExternalRoleMember)

Searches for the specified ExternalRoleMember and returns its zero-based index within the collection.

Insert(Int32, ExternalRoleMember)

Inserts the specified ExternalRoleMember to the collection at the specified index.

Remove(ExternalRoleMember)

Removes the specified ExternalRoleMember from this collection.

RemoveAt(Int32)

Removes the ExternalRoleMember at the specified index.

Explicit Interface Implementations

ICollection.IsSynchronized
ICollection.SyncRoot
IEnumerable.GetEnumerator()
IList.Add(Object)
IList.Contains(Object)
IList.IndexOf(Object)
IList.Insert(Int32, Object)
IList.IsFixedSize
IList.IsReadOnly
IList.Item[Int32]
IList.Remove(Object)

Applies to