'宣言
Function FindStartingWith( _ ByVal value As System.String, _ ByVal keyPredicate As System.Func(Of String,Boolean), _ ByVal order As Order _ ) As IndexQuery(Of T,String)
IndexQuery<T,string> FindStartingWith( System.string value, System.Func<string,bool> keyPredicate, Order order )
パラメータ
- value
- キー値文字列の先頭として検索する文字列。
- keyPredicate
- 検索する項目が満たす必要があるオプションの条件。
- order
- オプションで、結果をソートするキー値の順序を指定します(ソートが不要な場合は C1.LiveLinq.Order. Unordered)。
戻り値の型
指定された文字列に先頭が一致し、オプションの条件を満たすキー値を持つすべての項目を列挙するオブジェクト。