RadControls for Silverlight

This type is used internally by the data binding infrastructure and is not intended to be used directly from your code.

Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data (in Telerik.Windows.Data.dll) Version: 2013.1.403.1050

Syntax

C#
public class GenericEnumerable<T> : IEnumerable<T>, 
	IEnumerable
Visual Basic
Public Class GenericEnumerable(Of T) _
	Implements IEnumerable(Of T), IEnumerable

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.Data..::..GenericEnumerable<(Of <(<'T>)>)>

See Also