Items property

List<TItem> get Items
Gets a collection containing the items that were found by the search operation.

Implementation

List<TItem> get Items => this.items;