Class GenericEnumerable<T>
This type is used internally by the data binding infrastructure and is not intended to be used directly from your code.
Inheritance
System.Object
GenericEnumerable<T>
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public class GenericEnumerable<T> : Object, IEnumerable<T>, IEnumerable
Type Parameters
T
|
Constructors
GenericEnumerable(IEnumerable)
Initializes a new instance of the GenericEnumerable<T> class.
Declaration
public GenericEnumerable(IEnumerable source)
Parameters
System.Collections.IEnumerable
source
The source. |