Click or drag to resize

IStructures Interface

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

The IStructures type exposes the following members.

Properties
  NameDescription
Public propertyCount
Public propertyIsReadOnly (Inherited from ICollectionIStructure.)
Public propertyItem
Top
Methods
  NameDescription
Public methodAdd
Public methodClear (Inherited from ICollectionIStructure.)
Public methodContains (Inherited from ICollectionIStructure.)
Public methodCopyTo (Inherited from ICollectionIStructure.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIStructure.)
Public methodIndexOf (Inherited from IListIStructure.)
Public methodInsert (Inherited from IListIStructure.)
Public methodRemove (Inherited from ICollectionIStructure.)
Public methodRemoveAt (Inherited from IListIStructure.)
Top
Extension Methods
  NameDescription
Public Extension MethodBinarySearchIStructure(IStructure)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchIStructure(FuncIStructure, Int32)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchIStructure(IStructure, IComparerIStructure)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchIStructure, TKey(FuncIStructure, TKey, TKey)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchIStructure, TKey(FuncIStructure, TKey, TKey, IComparerTKey)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodFindIndexIStructure(PredicateIStructure)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodFindIndexIStructure(Int32, PredicateIStructure)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortIStructureOverloaded. (Defined by GenericExtensions.)
Public Extension MethodSortIStructure(IComparerIStructure)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableIStructureOverloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableIStructure(IComparerIStructure)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableIStructure(ComparisonIStructure)Overloaded. (Defined by GenericExtensions.)
Top
See Also