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

 public int NumEntries{ get; }
Public ReadOnly Property NumEntries() As Integer

          int numEntries = lst.NumEntries;
        

          Dim numEntries As Integer = lst.NumEntries