Exemple #1
0
 public static bool HasItem(ItemIndex itemIndex)
 {
     ValidateItemCache();
     return(_items.HasItem(itemIndex));
 }