Apitron.PDF.Kit library for .NET
Top
The OptionsList type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds the specified item to the list.
(Overrides NotificationListTAdd(T).) |
![]() | AddRange |
Adds the range of items.
(Overrides NotificationListTAddRange(IEnumerableT).) |
![]() | AsReadOnly | (Inherited from NotificationListT.) |
![]() | Clear |
Clears this instance.
(Overrides NotificationListTClear.) |
![]() | Contains |
Determines whether the list contains the specified item.
(Inherited from NotificationListT.) |
![]() | CopyTo |
Copies the list to the specified array.
(Inherited from NotificationListT.) |
![]() | Dispose | |
![]() | Find |
Finds a item which satisfies the predicate.
(Inherited from NotificationListT.) |
![]() | FindAll |
Finds all items which satisfy the predicate.
(Inherited from NotificationListT.) |
![]() | GetEnumerator |
Gets the enumerator.
(Inherited from NotificationListT.) |
![]() | IndexOf |
Gets the index of the item.
(Inherited from NotificationListT.) |
![]() | Insert |
Inserts the item to the specified position.
(Overrides NotificationListTInsert(Int32, T).) |
![]() | Remove |
Removes the specified item.
(Overrides NotificationListTRemove(T).) |
![]() | RemoveAt |
Removes an item from the specified position.
(Overrides NotificationListTRemoveAt(Int32).) |
![]() | Select |
Selects the specified value.
|
![]() | ToString | (Inherited from NotificationListT.) |
See Also