Add()
|
Adds a new item with the default settings to the end of the collection and returns the newly created object.
|
Add(T)
|
Adds the specified element to the end of the collection.
|
Add(T[])
|
Adds the specified elements to the end of the collection.
|
Add(String)
|
Adds a new item with the specified image URL to the end of the collection and returns the newly created object.
|
Add(String, String)
|
Adds a new item with the specified settings to the end of the collection and returns the newly created object.
|
Add(String, String, String)
|
Adds a new item with the specified settings to the end of the collection and returns the newly created object.
|
Add(String, String, String, String)
|
Adds a new item with the specified settings to the end of the collection and returns the newly created object.
|
Add(String, String, String, String, String)
|
Adds a new item with the specified settings to the end of the collection and returns the newly created object.
|
AddRange(IEnumerable<T>)
|
Adds a collection of items to the end of the collection.
|
Assign(IAssignableCollection)
|
Copies the items from the specified IAssignableCollection-supported object to the current object.
|
Clear()
|
Clears the collection by removing all its items.
|
Contains(T)
|
Determines whether the collection contains the specified item.
|
ConvertAll<TOutput>(Converter<T, TOutput>)
|
For internal use only.
|
CopyTo(T[], Int32)
|
Copies the items from the collection to the specified array, starting at the specified index in the array object.
|
CopyTo(Array, Int32)
|
Copies the items from the collection to the specified array, starting at the specified index in the array object.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Find(Predicate<T>)
|
Returns the first element that matches the conditions defined by the specified predicate.
|
FindAll(Predicate<T>)
|
Returns all elements that match the conditions defined by the specified predicate.
|
ForEach(Action<T>)
|
Performs the specified action on each element of the current collection.
|
GetEnumerator()
|