GuidList Methods |
The GuidList type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(IEnumerableT) | (Inherited from EquatableListT.) | |
| Add(T) | (Inherited from EquatableListT.) | |
| AddFromDelimitedString(String, Char) | ||
| AddFromDelimitedString(String, Char, EquatableListTStringConverter) | (Inherited from EquatableListT.) | |
| AddIfNotPresent |
Adds value to collection if it is not already present.
(Inherited from EquatableListT.) | |
| Clear | (Inherited from EquatableListT.) | |
| Contains | (Inherited from EquatableListT.) | |
| ContainsCommonItems |
Returns true if the collection contains one or more items that is present in source.
(Inherited from EquatableListT.) | |
| ContainsExactly(T) |
Checks if the list contains a single value which is the one specified.
(Inherited from EquatableListT.) | |
| ContainsExactly(EquatableListT) |
Checks if the list contains exactly the same items as source.
Duplicate values are, however, ignored.
The items doesn't have to occur in the same order.
(Inherited from EquatableListT.) | |
| ContainsOrEmpty |
Returns true if the list is empty or if it contains a specific value.
(Inherited from EquatableListT.) | |
| CopyTo | (Inherited from EquatableListT.) | |
| Equals | (Inherited from EquatableListT.) | |
| Exists |
Does the collection contains elements matching the conditions defined by the predicate. Similar to List>T<.Exists.
(Inherited from EquatableListT.) | |
| Find | (Inherited from EquatableListT.) | |
| FindAll | (Inherited from EquatableListT.) | |
| FindIndex | (Inherited from EquatableListT.) | |
| FindLast | (Inherited from EquatableListT.) | |
| FindLastIndex | (Inherited from EquatableListT.) | |
| ForEach | (Inherited from EquatableListT.) | |
| GetCommonItems |
Returns the elements that are contained in source.
(Inherited from EquatableListT.) | |
| GetEnumerator | (Inherited from EquatableListT.) | |
| GetHashCode |
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from EquatableListT.) | |
| GetUncommonItems |
Returns the elements that are NOT contained in source.
(Inherited from EquatableListT.) | |
| IndexOf | (Inherited from EquatableListT.) | |
| Insert | (Inherited from EquatableListT.) | |
| Remove | (Inherited from EquatableListT.) | |
| RemoveAt | (Inherited from EquatableListT.) | |
| RemoveDuplets |
Sorts the list (ascending) and removes duplets.
(Inherited from EquatableListT.) | |
| Sort | (Inherited from EquatableListT.) | |
| SplitValues |
Splits the list into a number of smaller lists.
(Inherited from EquatableListT.) | |
| ToArray | (Inherited from EquatableListT.) | |
| ToList | (Inherited from EquatableListT.) | |
| ToString | (Inherited from EquatableListT.) | |
| ToString(String) | (Inherited from EquatableListT.) | |
| TrueForAll |
Does all elements in the collection matching the conditions defined by the predicate. Similar to List>T<.TrueForAll
(Inherited from EquatableListT.) |
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |
| Name | Description | |
|---|---|---|
| IListAdd | Adds an item to the IList. (Inherited from EquatableListT.) | |
| IListContains | Determines whether the IList contains a specific value. (Inherited from EquatableListT.) | |
| ICollectionCopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. (Inherited from EquatableListT.) | |
| IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from EquatableListT.) | |
| IListIndexOf | Determines the index of a specific item in the IList. (Inherited from EquatableListT.) | |
| IListInsert | Inserts an item to the IList at the specified index. (Inherited from EquatableListT.) | |
| IListRemove | Removes the first occurrence of a specific object from the IList. (Inherited from EquatableListT.) |