SP.EnumerableArray Methods
Applies to: SharePoint Foundation 2010
The following table lists the methods of the SP.EnumerableArray class.
Methods
Name |
Description |
---|---|
Appends a new element to the SP.EnumerableArray object. |
|
Appends the values of all the elements of a specified Array object to the end of the SP.EnumerableArray object. |
|
Removes all elements from the SP.EnumerableArray object. |
|
Determines whether the specified object exists as an element in the SP.EnumerableArray object. |
|
Initializes a new instance of the SP.EnumerableArray class with the specified array. |
|
Gets an enumerator that enumerates all the elements in the SP.EnumerableArray object. |
|
Gets the index of the specified value in the SP.EnumerableArray object. |
|
Inserts a value into the SP.EnumerableArray object at the specified location. |
|
Removes the first occurrence of the specified item from the SP.EnumerableArray object. |
|
Removes an element from the SP.EnumerableArray object at a specified index location. |
|
Converts the enumerable array to an Array. |
|
Converts the enumerable array to an ArrayList. |