Click or drag to resize

ILocations 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 ILocations : IEnumerable<ILocation>, 
	IEnumerable, IList<ILocation>, ICollection<ILocation>

The ILocations type exposes the following members.

Properties
  NameDescription
Public propertyCount
Public propertyIsReadOnly (Inherited from ICollectionILocation.)
Public propertyItem
Top
Methods
  NameDescription
Public methodAdd
Public methodClear
Public methodContains (Inherited from ICollectionILocation.)
Public methodCopyTo (Inherited from ICollectionILocation.)
Public methodFind
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableILocation.)
Public methodIndexOf
Public methodInsert (Inherited from IListILocation.)
Public methodRemove
Public methodRemoveAt
Top
Extension Methods
  NameDescription
Public Extension MethodBinarySearchILocation(ILocation)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchILocation(FuncILocation, Int32)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchILocation(ILocation, IComparerILocation)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchILocation, TKey(FuncILocation, TKey, TKey)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchILocation, TKey(FuncILocation, TKey, TKey, IComparerTKey)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodFindIndexILocation(PredicateILocation)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodFindIndexILocation(Int32, PredicateILocation)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortILocationOverloaded. (Defined by GenericExtensions.)
Public Extension MethodSortILocation(IComparerILocation)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableILocationOverloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableILocation(IComparerILocation)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableILocation(ComparisonILocation)Overloaded. (Defined by GenericExtensions.)
Top
See Also