Interface
ITraversable

Represent a interface that is traversable

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public interface ITraversable

Properties

Count

Gets the count.

Declaration

cs-api-definition
int Count { get; }

Property Value

int

The count.

this[int]

Gets the item at the specified index.

Declaration

cs-api-definition
object this[int index] { get; }

Parameters

index

int

Property Value

object

In this article
DefinitionPropertiesCountthis[int]
Not finding the help you need?
Contact Support