TextSearch<T> constructor

TextSearch<T>(
  1. List<TextSearchItem<T>> items
)

Implementation

TextSearch(this.items);