Click or drag to resize

IListstrings Interface

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public interface IListstrings : IEnumerable<string>, 
	IEnumerable, IList<string>, ICollection<string>

The IListstrings type exposes the following members.

Properties
  NameDescription
Public propertyCount
Public propertyIsReadOnly (Inherited from ICollectionString.)
Public propertyItem
Top
Methods
  NameDescription
Public methodAdd
Public methodClear
Public methodContains (Inherited from ICollectionString.)
Public methodCopyTo (Inherited from ICollectionString.)
Public methodFind
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableString.)
Public methodIndexOf
Public methodInsert (Inherited from IListString.)
Public methodRemove
Public methodRemoveAt
Top
Extension Methods
  NameDescription
Public Extension MethodBinarySearchString(String)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchString(FuncString, Int32)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchString(String, IComparerString)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchString, TKey(FuncString, TKey, TKey)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchString, TKey(FuncString, TKey, TKey, IComparerTKey)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodFindIndexString(PredicateString)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodFindIndexString(Int32, PredicateString)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStringOverloaded. (Defined by GenericExtensions.)
Public Extension MethodSortString(IComparerString)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableStringOverloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableString(IComparerString)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableString(ComparisonString)Overloaded. (Defined by GenericExtensions.)
Top
See Also