Click or drag to resize

IRes1DGridPoints Interface

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public interface IRes1DGridPoints : IList<IRes1DGridPoint>, 
	ICollection<IRes1DGridPoint>, IEnumerable<IRes1DGridPoint>, IEnumerable, 
	IReadOnlyList<IRes1DGridPoint>, IReadOnlyCollection<IRes1DGridPoint>

The IRes1DGridPoints type exposes the following members.

Properties
  NameDescription
Public propertyCount
Public propertyIsReadOnly (Inherited from ICollectionIRes1DGridPoint.)
Public propertyItem
Top
Methods
  NameDescription
Public methodAdd
Public methodClear
Public methodContains (Inherited from ICollectionIRes1DGridPoint.)
Public methodCopyTo (Inherited from ICollectionIRes1DGridPoint.)
Public methodFind
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIRes1DGridPoint.)
Public methodIndexOf
Public methodInsert (Inherited from IListIRes1DGridPoint.)
Public methodRemove
Public methodRemoveAt
Top
Extension Methods
  NameDescription
Public Extension MethodBinarySearchIRes1DGridPoint(IRes1DGridPoint)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchIRes1DGridPoint(FuncIRes1DGridPoint, Int32)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchIRes1DGridPoint(IRes1DGridPoint, IComparerIRes1DGridPoint)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchIRes1DGridPoint, TKey(FuncIRes1DGridPoint, TKey, TKey)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchIRes1DGridPoint, TKey(FuncIRes1DGridPoint, TKey, TKey, IComparerTKey)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodFindIndexIRes1DGridPoint(PredicateIRes1DGridPoint)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodFindIndexIRes1DGridPoint(Int32, PredicateIRes1DGridPoint)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortIRes1DGridPointOverloaded. (Defined by GenericExtensions.)
Public Extension MethodSortIRes1DGridPoint(IComparerIRes1DGridPoint)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableIRes1DGridPointOverloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableIRes1DGridPoint(IComparerIRes1DGridPoint)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableIRes1DGridPoint(ComparisonIRes1DGridPoint)Overloaded. (Defined by GenericExtensions.)
Top
See Also