StringList Class |
Namespace: Perforce.P4
The StringList type exposes the following members.
| Name | Description | |
|---|---|---|
| StringList |
Default constructer
| |
| StringList(Int32) |
Construct a list with the specified capacity and preallocate the members
| |
| StringList(String) |
Create a list from a string array
|
| Name | Description | |
|---|---|---|
| Capacity | (Inherited from ListString.) | |
| Count | (Inherited from ListString.) | |
| Item | (Inherited from ListString.) |
| Name | Description | |
|---|---|---|
| Add | (Inherited from ListString.) | |
| AddRange | (Inherited from ListString.) | |
| AsReadOnly | (Inherited from ListString.) | |
| BinarySearch(T) | (Inherited from ListString.) | |
| BinarySearch(T, IComparerT) | (Inherited from ListString.) | |
| BinarySearch(Int32, Int32, T, IComparerT) | (Inherited from ListString.) | |
| Clear | (Inherited from ListString.) | |
| Contains | (Inherited from ListString.) | |
| ConvertAllTOutput | (Inherited from ListString.) | |
| Copy |
Copy elements from another StringList into this list
| |
| CopyTo(T) | (Inherited from ListString.) | |
| CopyTo(T, Int32) | (Inherited from ListString.) | |
| CopyTo(Int32, T, Int32, Int32) | (Inherited from ListString.) | |
| Equals |
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).) | |
| Exists | (Inherited from ListString.) | |
| Finalize | (Inherited from Object.) | |
| Find | (Inherited from ListString.) | |
| FindAll | (Inherited from ListString.) | |
| FindIndex(PredicateT) | (Inherited from ListString.) | |
| FindIndex(Int32, PredicateT) | (Inherited from ListString.) | |
| FindIndex(Int32, Int32, PredicateT) | (Inherited from ListString.) | |
| FindLast | (Inherited from ListString.) | |
| FindLastIndex(PredicateT) | (Inherited from ListString.) | |
| FindLastIndex(Int32, PredicateT) | (Inherited from ListString.) | |
| FindLastIndex(Int32, Int32, PredicateT) | (Inherited from ListString.) | |
| ForEach | (Inherited from ListString.) | |
| GetEnumerator | (Inherited from ListString.) | |
| GetHashCode |
Override to quell compilation warning
(Overrides ObjectGetHashCode.) | |
| GetRange | (Inherited from ListString.) | |
| GetType | (Inherited from Object.) | |
| IndexOf(T) | (Inherited from ListString.) | |
| IndexOf(T, Int32) | (Inherited from ListString.) | |
| IndexOf(T, Int32, Int32) | (Inherited from ListString.) | |
| Insert | (Inherited from ListString.) | |
| InsertRange | (Inherited from ListString.) | |
| IsNullOrEmpy |
Test to see if the StringList is null or empty (has no elements)
| |
| LastIndexOf(T) | (Inherited from ListString.) | |
| LastIndexOf(T, Int32) | (Inherited from ListString.) | |
| LastIndexOf(T, Int32, Int32) | (Inherited from ListString.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Remove | (Inherited from ListString.) | |
| RemoveAll | (Inherited from ListString.) | |
| RemoveAt | (Inherited from ListString.) | |
| RemoveRange | (Inherited from ListString.) | |
| Reverse | (Inherited from ListString.) | |
| Reverse(Int32, Int32) | (Inherited from ListString.) | |
| Sort | (Inherited from ListString.) | |
| Sort(ComparisonT) | (Inherited from ListString.) | |
| Sort(IComparerT) | (Inherited from ListString.) | |
| Sort(Int32, Int32, IComparerT) | (Inherited from ListString.) | |
| ToArray | (Inherited from ListString.) | |
| ToString |
Convert the list to a single String. Each element is
separated by a NewLine separator.
(Overrides ObjectToString.) | |
| TrimExcess | (Inherited from ListString.) | |
| TrueForAll | (Inherited from ListString.) |
| Name | Description | |
|---|---|---|
| Addition |
Add to string lists
| |
| Equality |
Test to see if two StringList are equal. They are equal if they
have the same elements in the same order.
| |
| (String to StringList) |
Cast a string array to a string list
| |
| (StringList to String) |
Cast a StringList to a String[]
| |
| Inequality |
Test to see if to StringList are different (not equal)
|