InternalList Property
InternalList
Gets or sets the list that hold the items to be returned in the public api.
Declaration
protected virtual IReadOnlyList<T> InternalList { get; set; }
Protected Overridable Property InternalList As IReadOnlyList(Of T)