IListstrings Interface |
Namespace: DHI.Mike1D.Generic
public interface IListstrings : IEnumerable<string>, IEnumerable, IList<string>, ICollection<string>
The IListstrings type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | ||
| IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from ICollectionString.) | |
| Item |
| Name | Description | |
|---|---|---|
| Add | ||
| Clear | ||
| Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionString.) | |
| CopyTo | (Inherited from ICollectionString.) | |
| Find | ||
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableString.) | |
| IndexOf | ||
| Insert | Inserts an item to the IListT at the specified index. (Inherited from IListString.) | |
| Remove | ||
| RemoveAt |
| Name | Description | |
|---|---|---|
| BinarySearchString(String) | Overloaded. (Defined by GenericExtensions.) | |
| BinarySearchString(FuncString, Int32) | Overloaded. (Defined by GenericExtensions.) | |
| BinarySearchString(String, IComparerString) | Overloaded. (Defined by GenericExtensions.) | |
| BinarySearchString, TKey(FuncString, TKey, TKey) | Overloaded. (Defined by GenericExtensions.) | |
| BinarySearchString, TKey(FuncString, TKey, TKey, IComparerTKey) | Overloaded. (Defined by GenericExtensions.) | |
| FindIndexString(PredicateString) | Overloaded. (Defined by GenericExtensions.) | |
| FindIndexString(Int32, PredicateString) | Overloaded. (Defined by GenericExtensions.) | |
| SortString | Overloaded. (Defined by GenericExtensions.) | |
| SortString(IComparerString) | Overloaded. (Defined by GenericExtensions.) | |
| SortStableString | Overloaded. (Defined by GenericExtensions.) | |
| SortStableString(IComparerString) | Overloaded. (Defined by GenericExtensions.) | |
| SortStableString(ComparisonString) | Overloaded. (Defined by GenericExtensions.) |