Gets the count.
Syntax
'Declaration
Public ReadOnly Property Count As Integer
'Usage
Dim instance As SmartList(Of T)
Dim value As Integer
value = instance.Count
public read-only property Count: Integer;
public function get Count : int
public: __property int get_Count();
public:
property int Count {
int get();
}
See Also