NotificationListT Methods

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET

The NotificationListT generic type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds the specified item to the list.
Public methodAddRange
Adds the range of items.
Public methodAsReadOnly
Public methodClear
Clears this instance.
Public methodContains
Determines whether the list contains the specified item.
Public methodCopyTo
Copies the list to the specified array.
Public methodFind
Finds a item which satisfies the predicate.
Public methodFindAll
Finds all items which satisfy the predicate.
Public methodGetEnumerator
Gets the enumerator.
Public methodIndexOf
Gets the index of the item.
Public methodInsert
Inserts the item to the specified position.
Public methodRemove
Removes the specified item.
Public methodRemoveAt
Removes an item from the specified position.
Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference