NotificationListT Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a list with notification functionality.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesNotificationListT
    Apitron.PDF.Kit.FixedLayout.ResourcesFieldsList
    Apitron.PDF.Kit.Interactive.FormsOptionsList

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public class NotificationList<T> : IList<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T

The NotificationListT type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the count.
Public propertyIsReadOnly
Gets a value indicating whether this instance is read only.
Public propertyItem
Gets or sets the [!:T] at the specified index.
Top
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