public abstract int Count { get; }
Public MustOverride ReadOnly Property Count As Integer Get
abstract Count : int with get
In This Article