ExpiringCollectionTItemCount Property |
When overridden by the derivee this returns the current count of items in the collection.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public abstract long Count { get; }
Public MustOverride ReadOnly Property Count As Long
Get
public:
virtual property long long Count {
long long get () abstract;
}
abstract Count : int64 with get
Property Value
Type:
Int64See Also