Interface ITraversable
Represent a interface that is traversable
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface ITraversable
  Properties
Count
Gets the count.
Declaration
int Count { get; }
  Property Value
| 
        System.Int32
         The count.  | 
    
Item[Int32]
Gets the item at the specified index.
Declaration
object this[int index] { get; }
  Parameters
| 
        System.Int32
        index
         
  | 
    
Property Value
| 
        System.Object
         
  |