We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Gets the count.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public int Count { get; }
VB
Public ReadOnly Property Count As Integer Get
F#
abstract Count : int with get override Count : int with get
Type: Int32The count.
IReadOnlyCollection(T).Count
EnumValues ClassCodeJam Namespace