Collection record count - implement as field instead as property because it has to be passed as an out parameter to methods.

Namespace: MonoSoftware.MonoX.Caching
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public int RecordCount
Visual Basic
Public RecordCount As Integer
Visual C++
public:
int RecordCount
F#
val mutable RecordCount: int

Field Value

Type: Int32

See Also