Return a number of elements in the collection.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Count() As Integer |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property int get_Count(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public int getCount(); |
| [Python - STK API] |
|---|
@property def Count(self) -> int: |





