Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

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

Signature
C#
C#
 public int NumEntries{ get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property NumEntries() As Integer
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#


          int numEntries = lst.NumEntries;
        
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}


          Dim numEntries As Integer = lst.NumEntries
        
{code} {example}