ArcFM Server Developer Guide
SortedOptionallyList<T> Class Methods

Version: 10.2.1a

Resource Center Home

For a list of all members of this type, see SortedOptionallyList<T> members.

Public Methods
 NameDescription
Public MethodAddAdds an object to the end of the List. (Inherited from System.Collections.Generic.List<T>)
Public MethodAddRangeAdds the elements of the specified collection to the end of the List. (Inherited from System.Collections.Generic.List<T>)
Public MethodAddWithSort  
Public MethodAsReadOnlyReturns a read-only IList wrapper for the current collection. (Inherited from System.Collections.Generic.List<T>)
Public MethodBinarySearchOverloaded. Searches a range of elements in the sorted List for an element using the specified comparer and returns the zero-based index of the element. (Inherited from System.Collections.Generic.List<T>)
Public MethodClearRemoves all elements from the List. (Inherited from System.Collections.Generic.List<T>)
Public MethodContainsDetermines whether an element is in the List. (Inherited from System.Collections.Generic.List<T>)
Public MethodConvertAllConverts the elements in the current List to another type, and returns a list containing the converted elements. (Inherited from System.Collections.Generic.List<T>)
Public MethodCopyToOverloaded. Copies the entire List to a compatible one-dimensional array, starting at the beginning of the target array. (Inherited from System.Collections.Generic.List<T>)
Public MethodExistsDetermines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<T>)
Public MethodFindSearches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List. (Inherited from System.Collections.Generic.List<T>)
Public MethodFindAllRetrieves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<T>)
Public MethodFindIndexOverloaded. Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire List. (Inherited from System.Collections.Generic.List<T>)
Public MethodFindLastSearches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List. (Inherited from System.Collections.Generic.List<T>)
Public MethodFindLastIndexOverloaded. Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the entire List. (Inherited from System.Collections.Generic.List<T>)
Public MethodForEachPerforms the specified action on each element of the List. (Inherited from System.Collections.Generic.List<T>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the List. (Inherited from System.Collections.Generic.List<T>)
Public MethodGetRangeCreates a shallow copy of a range of elements in the source List. (Inherited from System.Collections.Generic.List<T>)
Public MethodIndexOfOverloaded. Searches for the specified object and returns the zero-based index of the first occurrence within the entire List. (Inherited from System.Collections.Generic.List<T>)
Public MethodInsertInserts an element into the List at the specified index. (Inherited from System.Collections.Generic.List<T>)
Public MethodInsertRangeInserts the elements of a collection into the List at the specified index. (Inherited from System.Collections.Generic.List<T>)
Public MethodLastIndexOfOverloaded. Searches for the specified object and returns the zero-based index of the last occurrence within the entire List. (Inherited from System.Collections.Generic.List<T>)
Public MethodRemoveRemoves the first occurrence of a specific object from the List. (Inherited from System.Collections.Generic.List<T>)
Public MethodRemoveAllRemoves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<T>)
Public MethodRemoveAtRemoves the element at the specified index of the List. (Inherited from System.Collections.Generic.List<T>)
Public MethodRemoveRangeRemoves a range of elements from the List. (Inherited from System.Collections.Generic.List<T>)
Public MethodReverseOverloaded. Reverses the order of the elements in the entire List. (Inherited from System.Collections.Generic.List<T>)
Public MethodSortOverloaded. Sorts the elements in the entire List using the default comparer. (Inherited from System.Collections.Generic.List<T>)
Public MethodToArrayCopies the elements of the List to a new array. (Inherited from System.Collections.Generic.List<T>)
Public MethodTrimExcessSets the capacity to the actual number of elements in the List, if that number is less than a threshold value. (Inherited from System.Collections.Generic.List<T>)
Public MethodTrueForAllDetermines whether every element in the List matches the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<T>)
Top
See Also

Reference

SortedOptionallyList<T> Class
Miner Namespace

 

 


Send Comment