EntityList.GetStats Method

Get the statistics.
Public Function GetStats() As Dictionary(Of Type, Integer)
This language is not supported or no code example is available.
public Dictionary<Type, int> GetStats()
This language is not supported or no code example is available.

Return Value

Dictionary<Type, int>

The dictionary with the count of each entity's type.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition