EngineNodesCount Property

Gets the number of elements contained in the ICollectionT.

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public int Count { get; }

Return Value

Int32
The number of elements contained in the ICollectionT.

Implements

ICollectionTCount
IReadOnlyCollectionTCount

See Also