IExtendedList(TItem).TryGetItem Method
      
     
    
       Try to get item at the specified index. 
      
        bool IExtendedList(   
int index,
   out TItem 
item);
 
      Parameters
      
        - 
          index
        
 
        - index of the item
 
        - 
          item
        
 
        - item to get
 
      
      Return Value
      success
      See Also
      
        IExtendedList<TItem> Interface | ComponentOwl.BetterThumbnailBrowser.Collections Namespace