IDiagnosticsList Interface |
Namespace: DHI.Mike1D.Generic
The IDiagnosticsList type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Returns the number of IDiagnostics in the list
|
![]() | Item |
Get/set the value at the given index
|
Name | Description | |
---|---|---|
![]() | Add |
Add an IDiagnostics to the list
|
![]() | Clear |
Clears and empties the list
|
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIDiagnostics.) |
![]() | GetList |
Get the .Net list directly
|