Items property

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

Implementation

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