|
CacheTKey, TValueCount Property
|
Gets the number of key/value pairs contained in the Cache.
Namespace: GSF.Net.Snmp.SecurityAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.248-beta
Syntaxpublic int Count { get; }
Public ReadOnly Property Count As Integer
Get
public:
property int Count {
int get ();
}
member Count : int with get
View SourceProperty Value
Int32
See Also