The following tables list the members exposed by Generic MostRecentlyUsedList.
Name | Description | |
---|---|---|
![]() | MostRecentlyUsedList Constructor | Overloaded. Constructs a MostRecentlyUsedList object with no size restriction. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of items contained in the list. |
![]() | IsReadOnly | Gets a value indicating whether the list is read-only. |
![]() | Item | Returns the item at the given index. |
![]() | MaxSize | The maximum number of items allowed in the list. 0 indicates there is no limit to the number of items allowed in the list. |
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the beginning of the list. If the item already exists within the list, the existing item is first removed then added to the beginning of the list. |
![]() | Clear | Removes all items from the list. |
![]() | Contains | Determines whether the list contains a specific item. |
![]() | CopyTo | Copies the items of the list to an array, starting at a particular array index. |
![]() | GetEnumerator | Returns an enumerator that iterates through the list. |
![]() | GetSchema | This method is reserved and should not be used. |
![]() | ReadXml | Generates an object from its XML representation. |
![]() | Remove | Removes the specific item from the list. |
![]() | WriteXml | Converts an object into its XML representation. |