IReadOnlyCollection<T>
Interface
Definition
Namespace:Telerik.WinControls.Data
Assembly:Telerik.WinControls.dll
Type Parameters:
T
Syntax:
C#
public interface IReadOnlyCollection<T> : IEnumerable
Derived Classes:
Inherited Members
Properties
Methods
Determines whether [contains] [the specified value].
C#
bool Contains(T value)
The value.
Returns:true if [contains] [the specified value]; otherwise, false.
Copies to.
Indexes the of.