Click or drag to resize

ArrayExtensions Methods

The ArrayExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAsReadOnlyT
Return the array as a read-only collection.
Public methodStatic memberClearT(T)
Clear the array.
Public methodStatic memberClearT(T, Int32, Int32)
Clear a portion of the array.
Public methodStatic memberFindT
Find an item that matches a condition.
Public methodStatic memberFindAllT
Find all items that match a condition.
Public methodStatic memberFindIndexT(T, PredicateT)
Find an item that matches a condition.
Public methodStatic memberFindIndexT(T, Int32, PredicateT)
Find the index of an item that matches a condition.
Public methodStatic memberFindIndexT(T, Int32, Int32, PredicateT)
Find the index of an item that matches a condition.
Public methodStatic memberFindLastT
Find an item that matches a condition.
Public methodStatic memberFindLastIndexT(T, PredicateT)
Find the index of the last item that matches a condition.
Public methodStatic memberFindLastIndexT(T, Int32, PredicateT)
Find the index of the last item that matches a condition.
Public methodStatic memberFindLastIndexT(T, Int32, Int32, PredicateT)
Find the index of the last item that matches a condition.
Public methodStatic memberIndexOfT(T, T)
Find the index of an item.
Public methodStatic memberIndexOfT(T, T, Int32)
Find the index of an item.
Public methodStatic memberIndexOfT(T, T, Int32, Int32)
Find the index of an item.
Public methodStatic memberLastIndexOfT(T, T)
Find the last index of an item.
Public methodStatic memberLastIndexOfT(T, T, Int32)
Find the last index of an item.
Public methodStatic memberLastIndexOfT(T, T, Int32, Int32)
Find the last index of an item.
Top
See Also