バージョン

GetSearchResult メソッド

指定した SortedListView をターゲットに近くの DateTime で検索します。
シンタックス
'宣言
 
Protected Function GetSearchResult( _
   ByVal target As Date, _
   ByVal view As SortedListView(Of Date) _
) As Integer
protected int GetSearchResult( 
   DateTime target,
   SortedListView<DateTime> view
)

パラメータ

target
検索する DateTime。
view
検索元の SortedListView。

戻り値の型

SortedListView 内で見つかった DateTime のインデックス。
参照