C# Class OpenTween.TweenMain.ListViewItemCache

Mostra file Open project: opentween/OpenTween

Public Methods

Method Description
Contains ( int index ) : bool

指定されたインデックスがキャッシュの範囲内であるか判定します

IsSupersetOf ( int rangeStart, int rangeEnd ) : bool

指定されたインデックスの範囲が全てキャッシュの範囲内であるか判定します

TryGetValue ( int index, System.Windows.Forms.ListViewItem &item, OpenTween.PostClass &post ) : bool

指定されたインデックスの ListViewItemPostClass をキャッシュから取得することを試みます

Method Details

Contains() public method

指定されたインデックスがキャッシュの範囲内であるか判定します
public Contains ( int index ) : bool
index int
return bool

IsSupersetOf() public method

指定されたインデックスの範囲が全てキャッシュの範囲内であるか判定します
public IsSupersetOf ( int rangeStart, int rangeEnd ) : bool
rangeStart int
rangeEnd int
return bool

TryGetValue() public method

指定されたインデックスの ListViewItemPostClass をキャッシュから取得することを試みます
public TryGetValue ( int index, System.Windows.Forms.ListViewItem &item, OpenTween.PostClass &post ) : bool
index int
item System.Windows.Forms.ListViewItem
post OpenTween.PostClass
return bool