PersistentDictionaryTKey, TValueCount Property |
Gets the number of elements in this dictionary.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
Int32See Also