TableNotificationCollection Class

Definition

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

[System.Runtime.InteropServices.Guid("988B26EF-AB1F-4d5b-94E0-19FF93E44A76")]
public sealed class TableNotificationCollection : System.Collections.IList
[<System.Runtime.InteropServices.Guid("988B26EF-AB1F-4d5b-94E0-19FF93E44A76")>]
type TableNotificationCollection = class
    interface IList
    interface ICollection
    interface IEnumerable
Public NotInheritable Class TableNotificationCollection
Implements IList
Inheritance
TableNotificationCollection
Attributes
Implements

Constructors

TableNotificationCollection()

Properties

Count

Gets the number of elements contained in the collection.

Item[Int32]

Gets or sets the TableNotification element at the specified index.

Methods

Add(TableNotification)

Adds the specified TableNotification 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(TableNotification)

Determines whether the specified TableNotification exists in the collection.

CopyTo(Array, Int32)

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

IndexOf(TableNotification)

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

Insert(Int32, TableNotification)

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

Remove(TableNotification)

Removes the specified TableNotification from this collection.

RemoveAt(Int32)

Removes the TableNotification 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