PersistentDictionary<TKey, TValue>.Count Property |
Gets the number of elements in this dictionary.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic abstract int Count { get; }
Public MustOverride ReadOnly Property Count As Integer
Get
public:
virtual property int Count {
int get () abstract;
}
abstract Count : int with get
Property Value
Type:
Int32
See Also