Collection of record sort keys exposed as an IList.
| C# | Visual Basic | Visual C++ |
public class ERecSortKeyList : IList, ICollection, IEnumerable
Public Class ERecSortKeyList _ Implements IList, ICollection, IEnumerable
public ref class ERecSortKeyList : IList, ICollection, IEnumerable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ERecSortKeyListERecSortKeyListNew()() | ||
| Add(Int32, Object) |
Inserts the specified element at the specified position in this list.
| |
| Clear()() |
Removes all the elements from the ERecSortKeyList.
| |
| Contains(Object) |
Determines whether an element is in the ERecSortKeyList.
| |
| CopyTo(Array, Int32) |
Copies the entire ERecSortKeyList to a compatible one-dimensional
Array, starting at the specified index of the target array.
| |
| Count |
Gets the number of elements actually contained in the ERecSortKeyList.
| |
| Equals(Object) | (Inherited from 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.) | |
| GetEnumerator()() |
Returns an enumerator for the entire ERecSortKeyList.
| |
| GetHashCode()() | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetKey(String) |
Gets the ERecSortKey with the name name.
| |
| GetType()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf(Object) |
Returns the zero-based index of the first occurrence of a value
in the ERecSortKeyList or in a portion of it.
| |
| Insert(Int32, Object) |
Inserts an element into the ERecSortKeyList at the
specified index.
| |
| IsFixedSize |
Gets a value indicating whether the
ERecSortKeyList has a fixed size.
| |
| IsReadOnly |
Gets a value indicating whether the
ERecSortKeyList is read-only.
| |
| IsSynchronized |
Gets a value indicating whether access to the ERecSortKeyList
is synchronized (thread-safe).
| |
| Item[([Int32])] |
Gets and sets the ERecSortKey at the specified index.
| |
| MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove(Int32) |
Removes the element at the specified position in this list.
| |
| Remove(Object) |
Removes the first occurence of a specified object from the
ERecSortKeyList.
| |
| RemoveAt(Int32) |
Removes the element at the specified index of the ERecSortKeyList.
| |
| Set(Int32, Object) |
Replaces the element at the specified position in this list with
the specified element.
| |
| SyncRoot |
This operation is not supported.
| |
| ToString()() | (Inherited from Object.) |
| Object | |
| ERecSortKeyList | |