Click or drag to resize

IQuantities Interface

Interface for a list of IQuantity's Required for generic list COM interop

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IQuantities : IEnumerable<IQuantity>, 
	IEnumerable

The IQuantities type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of IQuantity's in the list
Public propertyItem
Get or set the IQuantity at the specified index in the list
Top
Methods
  NameDescription
Public methodAdd
Add a IQuantity to the list
Public methodClear
Removes all elements from the List.
Public methodContains
Determines whether the list contains a specific value.
Public methodFind
Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIQuantity.)
Public methodIndexOf
Searches for the specified object and returns the zero-based index of the first occurrence within the entire List.
Public methodRemove
Removes the first occurrence of a specific object from the List.
Public methodRemoveAt
Removes the element at the specified index of the List.
Public methodToArray
Copies all elements of the list to an array.
Top
See Also