InterfaceIReadOnlyCollection<T>
Interface
Definition
Namespace:Telerik.WinControls.Data
Assembly:Telerik.WinControls.dll
Type Parameters:
T
Syntax:
cs-api-definition
public interface IReadOnlyCollection<T> : IEnumerable
Inherited Members
Properties
Methods
Contains(T)
Determines whether [contains] [the specified value].
Declaration
cs-api-definition
bool Contains(T value)
Parameters
value
T
The value.
Returns
true if [contains] [the specified value]; otherwise, false.
CopyTo(T[], int)
Copies to.
Declaration
cs-api-definition
void CopyTo(T[] array, int index)
Parameters
array
T[]
The array.
index
The index.
IndexOf(T)
Indexes the of.