Click or drag to resize

StringList Methods

The StringList type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from ListString.)
Public methodAddRange (Inherited from ListString.)
Public methodAsReadOnly (Inherited from ListString.)
Public methodBinarySearch(T) (Inherited from ListString.)
Public methodBinarySearch(T, IComparerT) (Inherited from ListString.)
Public methodBinarySearch(Int32, Int32, T, IComparerT) (Inherited from ListString.)
Public methodClear (Inherited from ListString.)
Public methodContains (Inherited from ListString.)
Public methodConvertAllTOutput (Inherited from ListString.)
Public methodCopy
Copy elements from another StringList into this list
Public methodCopyTo(T) (Inherited from ListString.)
Public methodCopyTo(T, Int32) (Inherited from ListString.)
Public methodCopyTo(Int32, T, Int32, Int32) (Inherited from ListString.)
Public methodEquals
Test to see if an object is equal to this StringLis. An object is equal if it is a StringArray (or can be cast as one and has the same elements in the same order.
(Overrides ObjectEquals(Object).)
Public methodExists (Inherited from ListString.)
Protected methodFinalize (Inherited from Object.)
Public methodFind (Inherited from ListString.)
Public methodFindAll (Inherited from ListString.)
Public methodFindIndex(PredicateT) (Inherited from ListString.)
Public methodFindIndex(Int32, PredicateT) (Inherited from ListString.)
Public methodFindIndex(Int32, Int32, PredicateT) (Inherited from ListString.)
Public methodFindLast (Inherited from ListString.)
Public methodFindLastIndex(PredicateT) (Inherited from ListString.)
Public methodFindLastIndex(Int32, PredicateT) (Inherited from ListString.)
Public methodFindLastIndex(Int32, Int32, PredicateT) (Inherited from ListString.)
Public methodForEach (Inherited from ListString.)
Public methodGetEnumerator (Inherited from ListString.)
Public methodGetHashCode
Override to quell compilation warning
(Overrides ObjectGetHashCode.)
Public methodGetRange (Inherited from ListString.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(T) (Inherited from ListString.)
Public methodIndexOf(T, Int32) (Inherited from ListString.)
Public methodIndexOf(T, Int32, Int32) (Inherited from ListString.)
Public methodInsert (Inherited from ListString.)
Public methodInsertRange (Inherited from ListString.)
Public methodStatic memberIsNullOrEmpy
Test to see if the StringList is null or empty (has no elements)
Public methodLastIndexOf(T) (Inherited from ListString.)
Public methodLastIndexOf(T, Int32) (Inherited from ListString.)
Public methodLastIndexOf(T, Int32, Int32) (Inherited from ListString.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from ListString.)
Public methodRemoveAll (Inherited from ListString.)
Public methodRemoveAt (Inherited from ListString.)
Public methodRemoveRange (Inherited from ListString.)
Public methodReverse (Inherited from ListString.)
Public methodReverse(Int32, Int32) (Inherited from ListString.)
Public methodSort (Inherited from ListString.)
Public methodSort(ComparisonT) (Inherited from ListString.)
Public methodSort(IComparerT) (Inherited from ListString.)
Public methodSort(Int32, Int32, IComparerT) (Inherited from ListString.)
Public methodToArray (Inherited from ListString.)
Public methodToString
Convert the list to a single String. Each element is separated by a NewLine separator.
(Overrides ObjectToString.)
Public methodTrimExcess (Inherited from ListString.)
Public methodTrueForAll (Inherited from ListString.)
Top
See Also