InlineCollection Methods |
The InlineCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the ICollectionT. (Inherited from ElementCollectionT.) |
![]() | CastTElement |
Gets the element at the specified index and casts it to the specified type.
(Inherited from ElementCollectionT.) |
![]() | Clear | Removes all items from the ICollectionT. (Inherited from ElementCollectionT.) |
![]() | Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ElementCollectionT.) |
![]() | CopyTo(T, Int32) | (Inherited from ElementCollectionT.) |
![]() | CopyTo(Element, Int32) | (Inherited from ElementCollection.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from ElementCollectionT.) |
![]() | IndexOf(T) | Determines the index of a specific item in the IListT. (Inherited from ElementCollectionT.) |
![]() | IndexOf(Element) |
Determines the index of a specific Element in the ElementCollection.
(Inherited from ElementCollection.) |
![]() | Insert | Inserts an item to the IListT at the specified index. (Inherited from ElementCollectionT.) |
![]() | Remove | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ElementCollectionT.) |
![]() | RemoveAt | Removes the IListT item at the specified index. (Inherited from ElementCollectionT.) |
Name | Description | |
---|---|---|
![]() ![]() | IListAdd | Adds an item to the IList. (Inherited from ElementCollection.) |
![]() ![]() | IListContains | Determines whether the IList contains a specific value. (Inherited from ElementCollection.) |
![]() ![]() | ICollectionCopyTo | (Inherited from ElementCollection.) |
![]() ![]() | IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from ElementCollectionT.) |
![]() ![]() | IListIndexOf | Determines the index of a specific item in the IList. (Inherited from ElementCollection.) |
![]() ![]() | IListInsert | Inserts an item to the IList at the specified index. (Inherited from ElementCollection.) |
![]() ![]() | IListRemove | Removes the first occurrence of a specific object from the IList. (Inherited from ElementCollection.) |