C# Class OpenTween.TweenMain.ListViewItemCache

Afficher le fichier Open project: opentween/OpenTween

Méthodes publiques

Méthode 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 méthode

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

IsSupersetOf() public méthode

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

TryGetValue() public méthode

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