SearchValues Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a set of initialization methods for instances of the SearchValues<T> class.
public ref class SearchValues abstract sealed
public static class SearchValues
type SearchValues = class
Public Class SearchValues
- Inheritance
-
SearchValues
Remarks
SearchValues<T> instances are optimized for situations where the same set of values is frequently used for searching at run time.
Methods
Create(ReadOnlySpan<Byte>) |
Creates an optimized representation of |
Create(ReadOnlySpan<Char>) |
Creates an optimized representation of |
Create(ReadOnlySpan<String>, StringComparison) |
Creates an optimized representation of |