Gets the number of items stored in the cache
Namespace:
MicroMighty.SDK.Net.Tools
Assembly:
MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Count As Integer |
C# |
---|
public int Count { get; } |
Visual C++ |
---|
public:
property int Count {
int get ();
} |
JavaScript |
---|
function get_count();
|
See Also