New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Properties

Gets the count.

C#
int Count { get; }
Property Value:

The count.

Gets the item at the specified index.

C#
T this[int index] { get; }
Parameters:indexint

Methods

Determines whether [contains] [the specified value].

C#
bool Contains(T value)
Parameters:valueT

The value.

Returns:

bool

true if [contains] [the specified value]; otherwise, false.

Copies to.

C#
void CopyTo(T[] array, int index)
Parameters:arrayT[]

The array.

indexint

The index.

Indexes the of.

C#
int IndexOf(T value)
Parameters:valueT

The value.

Returns:

int