Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The SimpleElement..::.SimpleElementList type exposes the following members.

Methods

  NameDescription
Add
Adds an object to the end of the ArrayList.
(Overrides ArrayList..::.Add(Object).)
AddRange
Adds the elements of an ICollection to the end of the ArrayList.
(Overrides ArrayList..::.AddRange(ICollection).)
BinarySearchOverloaded.
CheckElement
Validates the passed IXmlElement, copying the element into a new valid element if necessary.
CheckMutable
Validates that the parent element is mutable, otherwise throws an InvalidOperationException.
Clear
Removes all elements from the ArrayList.
(Overrides ArrayList..::.Clear()()().)
Clone
Creates a shallow copy of the ArrayList.
(Inherited from ArrayList.)
Contains
Determines whether an element is in the ArrayList.
(Inherited from ArrayList.)
CopyToOverloaded.
Equals
Compare this list with another for equality.
(Overrides Object..::.Equals(Object).)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetEnumeratorOverloaded.
GetHashCode
Provide a hash value for this SimpleElementList.
(Overrides Object..::.GetHashCode()()().)
GetRange
Returns an ArrayList which represents a subset of the elements in the source ArrayList.
(Inherited from ArrayList.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IndexOfOverloaded.
Insert
Inserts an element into the ArrayList at the specified index.
(Overrides ArrayList..::.Insert(Int32, Object).)
InsertRange
Inserts the elements of a collection into the ArrayList at the specified index.
(Overrides ArrayList..::.InsertRange(Int32, ICollection).)
LastIndexOfOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove
Removes the first occurrence of a specific object from the ArrayList.
(Overrides ArrayList..::.Remove(Object).)
RemoveAt
Removes the element at the specified index of the ArrayList.
(Overrides ArrayList..::.RemoveAt(Int32).)
RemoveRange
Removes a range of elements from the ArrayList.
(Overrides ArrayList..::.RemoveRange(Int32, Int32).)
ReverseOverloaded.
SetRange
Copies the elements of a collection over a range of elements in the ArrayList.
(Overrides ArrayList..::.SetRange(Int32, ICollection).)
SortOverloaded.
ToArrayOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
TrimToSize
Sets the capacity to the actual number of elements in the ArrayList.
(Inherited from ArrayList.)

See Also