ResolvedCollection.Count PropertyResolvedCollection.Count PropertyResolvedCollection::Count Property

Gets the number of elements in the collection.

Syntax

Public ReadOnly Property Count As Integer
        Get
public int Count { get; }
public:
property int Count {
    virtual int get() sealed;
}