Click or drag to resize

StringList Class

Augment String List used mostly for passing of parameters to command.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListString
    Perforce.P4StringList

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public class StringList : List<string>

The StringList type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCapacity (Inherited from ListString.)
Public propertyCount (Inherited from ListString.)
Public propertyItem (Inherited from ListString.)
Top
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
Operators
See Also