Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Returns an int representing the number of contiguous entries in this lst.

C#
public int NumEntries{ get; }
vb.net
Public ReadOnly Property NumEntries() As Integer

Examples

C#
int numEntries = lst.NumEntries;
vb.net
Dim numEntries As Integer = lst.NumEntries
  • No labels